dirk ~master (2022-04-03T04:40:56.1703389)
Dub
Repo
IrcEventLoop.post
irc
eventloop
IrcEventLoop
Run the specified callback at the next idle event.
void
post
(void delegate() callback)
class
IrcEventLoop
void
post
(
void
delegate
(
)
callback
)
Timer
post
(void delegate() callback, double time)
Meta
Source
See Implementation
irc
eventloop
IrcEventLoop
constructors
this
destructors
~this
enums
TimerRepeat
functions
add
post
postTimer
remove
run
structs
Timer
variables
onError
Run the specified callback at the next idle event.