asyncio.AbstractEventLoop.create_future()

AbstractEventLoop.create_future()

Create an asyncio.Future object attached to the loop.

This is a preferred way to create futures in asyncio, as event loop implementations can provide alternative implementations of the Future class (with better performance or instrumentation).

New in version 3.5.2.

doc_python
2016-10-07 17:26:29
Comments
Leave a Comment

Please login to continue.