AsyncIO.Nonblocking

Set of non-blocking methods. The user is responsible to suspend the fiber, and AsyncIO will not resume it. Instead, the callback will be called where the user can do whatever is required.

Members

Functions

pread
Job* pread(void[] buf, int fd, size_t offset, JobNotification suspended_job)

Issues a pread request, filling the buffer as much as possible, expecting the user to suspend the caller manually.

Meta