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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.