libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
NotifierHandler
libasync
notifier
Undocumented in source.
package
struct
NotifierHandler {
AsyncNotifier
ctxt
;
void
function
(
AsyncNotifier
)
fct
;
void
opCall
();
}
Members
Functions
opCall
void
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctxt
AsyncNotifier
ctxt
;
Undocumented in source.
fct
void
function
(
AsyncNotifier
)
fct
;
Undocumented in source.
Meta
Source
See Implementation
libasync
notifier
classes
AsyncNotifier
structs
NotifierHandler