dirk v0.1.0 (2015-04-18T07:50:27Z)
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
destructors
~this
enums
TimerRepeat
functions
add
post
postTimer
remove
run
structs
Timer
variables
onError
Run the specified callback at the next idle event.