SyncEvent Class
Thread-safe events
Constructors
SyncEvent.__new()
SyncEvent.__new()
Functions
Requires an instance!
Invoke
Invoke() -> nil
AddEventHandler(Action)
AddEventHandler(action: Action) -> nil
Type | Name | Description |
---|---|---|
Action | action |
RemoveEventHandler(Action)
RemoveEventHandler(action: Action) -> nil
Type | Name | Description |
---|---|---|
Action | action |