/signal-lua

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

Primary LanguageLuaMIT LicenseMIT

Signal

CI Build Status Documentation
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.