AbstractEventLoop.call_later(delay, callback, *args) Arrange for the callback to be called after the given delay
kqueue.control(changelist, max_events[, timeout=None]) → eventlist Low level interface to kevent
SubprocessProtocol.process_exited() Called when the child process has exited.
devpoll.modify(fd[, eventmask]) This method does an unregister() followed by a register(). It is (a
class asyncio.LifoQueue A subclass of Queue that retrieves most recently added entries first.
DatagramProtocol.error_received(exc) Called when a previous send or receive operation raises an
cancel() Cancel the future and schedule callbacks. If the future is already done or cancelled
full() Return True if there are maxsize items in the queue.
coroutine join() Block until all items in the queue have been gotten and processed. The count
AbstractEventLoop.set_exception_handler(handler) Set handler as the new event loop exception handler.
Page 13 of 28