1.0.0 • Published 3 years ago

@rimuyn/signal v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Signal

My personal implementation of signal.

Reference

  • Static Methods
    • Is: (obj: table) -> boolean
  • Methods
    • Listen: (callback: (...) -> any) -> RBXScriptConnection Connects the signal to a callback
    • Emit: (...) -> void Fires the signal
    • Wait: () -> CallbackResult Yields until the signal is fired
    • Destroy: () -> void Destroys the signal
1.0.0

3 years ago