dpromise.utils

Modules

file
module dpromise.utils.file

Provides implementation of file operation with asynchronous IO.

timer
module dpromise.utils.timer

Provides implementation of asynchronous timer.

Members

Functions

runEventloop
void runEventloop()
Undocumented in source. Be warned that the author may not have intended to support it.
runEventloop
T runEventloop(Promise!T promise)
Undocumented in source.
runEventloop
T runEventloop(T delegate() dg)
Undocumented in source.
stopEventloop
void stopEventloop()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta