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.

class AsyncIO
Nonblocking nonblocking;

Meta