sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
then
sbylib
event
event
Undocumented in source. Be warned that the author may not have intended to support it.
Event
!(
Args
)
then
(Event!(Args) event, void delegate() callback)
Event
!(
Args
)
then
(Event!(Args) event, void delegate(Args) callback)
Event
!(
Args
)
then
(
Args
...
)
(
Event
!(
Args
)
event
,
void
delegate
(
Args
)
callback
)
Meta
Source
See Implementation
sbylib
event
event
aliases
VoidEvent
classes
Event
EventException
EventWatcher
functions
error
once
ownedBy
then
until
interfaces
IEvent