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