blob: ccf4a73a63fa74cc47afaf0b9fe620729b5e1996 [file] [log] [blame]
asyncio bridge: ``AsyncioExecutor``
===================================
AsyncioExecutor transforms :mod:`concurrent.futures` futures into
:mod:`asyncio` futures.
.. autoclass:: more_executors.AsyncioExecutor
.. automethod:: more_executors.Executors.with_asyncio(executor, loop=None, logger=None)