AsyncIO.TaskBlocking

Task wrapper

Members

Functions

callDelegate
void callDelegate(void delegate(AsyncIO.Context) user_delegate)
Undocumented in source. Be warned that the author may not have intended to support it.
pread
size_t pread(void[] buf, int fd, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(void[] buf, int fd)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta