AbstractEventLoop.run_forever() Run until stop() is called. If stop() is called before run_forever()
BaseProtocol.connection_made(transport) Called when a connection is made. The transport
coroutine AbstractEventLoop.create_datagram_endpoint(protocol_factory, local_addr=None, remote_addr=None, *, family=0, proto=0, flags=0, reuse_address=None, reuse_port=None
class asyncio.AbstractEventLoopPolicy Event loop policy. get_event_loop()
cancel() Cancel the future and schedule callbacks. If the future is already done or cancelled
modify(fileobj, events, data=None) Change a registered file object’s monitored events or attached data. This
class asyncio.Queue(maxsize=0, *, loop=None) A queue, useful for coordinating producer and consumer coroutines.
epoll.unregister(fd) Remove a registered file descriptor from the epoll object.
transport Transport.
close() Close the transport: see
Page 13 of 28