launch.utilities.create_future_impl module
Module for the create_future() utility function.
- launch.utilities.create_future_impl.create_future(loop: AbstractEventLoop) Future[source]
Return a Future, using the loop if possible.
loop.create_future() is better, but was only added in Python 3.5.2, see:
https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop.create_future