Roblox / signal-lua

A well-structured, well-tested, and well-documented Luau signal implementation. This is a read-only mirror.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signal

A simple Signal implementation for Luau, approximating the functionality of `RBXScriptSignal`, but with an API adjusted for additional flexibility.
 

Fill in a longer description about Signal here!

Installation

Signal is a rotriever package and can be installed by adding the following line to the [dependencies] section of your rotriever.toml file:

Signal = "github.com/roblox/signal-lua-internal@1.0"

Documentation

Documentation for Signal is available on the official documentation website.

License

Licensed under the MIT license (LICENSE.txt or http://opensource.org/licenses/MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.

Take a look at the contributing guide for guidelines on how to contribute to Signal.

About

A well-structured, well-tested, and well-documented Luau signal implementation. This is a read-only mirror.

License:MIT License


Languages

Language:Lua 96.8%Language:Shell 3.2%