dirk ~master (2016-10-12T16:44:24Z)
Home
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
functions
add
post
postTimer
remove
run
variables
onError
Run the specified callback at the next idle event.