Home
last modified time | relevance | path

Searched defs:ensure_future (Results 1 – 22 of 22) sorted by relevance

/dports/textproc/py-elasticsearch-async/elasticsearch-async-6.2.0/elasticsearch_async/
H A Dhelpers.py3 ensure_future = (getattr(asyncio, 'ensure_future', None) or variable
/dports/devel/py-promise/promise-2.3/promise/
H A Dcompat.py23 def ensure_future(): # type: ignore function
/dports/devel/py-pyee/pyee-8.2.2/pyee/
H A D_compat.py8 ensure_future = None variable
/dports/devel/py-graphql-core2/graphql-core-2.2.1/graphql/execution/executors/
H A Dasyncio.py16 def ensure_future(coro_or_future, loop=None): # type: ignore function
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/contrib/asyncio/
H A Dhelpers.py25 def ensure_future(coro_or_future, *, loop=None, tracer=None): function
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/eventloop/
H A Dcoroutine.py15 def ensure_future(future_or_coroutine): function
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/eventloop/
H A Dcoroutine.py15 def ensure_future(future_or_coroutine): function
/dports/devel/py-libvirt/libvirt-python-7.10.0/
H A Dlibvirtaio.py53 ensure_future = getattr(asyncio, "ensure_future", None) variable
55 ensure_future = getattr(asyncio, "async") variable
/dports/devel/py-pop/pop-58d846bdd196b71348910aea77cd0139f70c4f12/pop/mods/pop/
H A Dloop.py50 def ensure_future(hub: "pop.hub.Hub", ref: str, *args, **kwargs) -> asyncio.Future: function
/dports/databases/py-motor/motor-1.0/test/asyncio_tests/
H A D__init__.py162 def ensure_future(self, coro): member in AsyncIOMockServerTestCase
/dports/devel/py-trollius/trollius-2.2/trollius/
H A Dtasks.py579 def ensure_future(coro_or_future, loop=None): function
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/asyncio/
H A Dwebsocket.py52 ensure_future = asyncio.ensure_future variable
/dports/www/py-rollbar/rollbar-0.16.2/rollbar/test/async_tests/
H A Dtest_async.py533 def test_should_schedule_task_in_event_loop(self, ensure_future): argument
/dports/lang/python37/Python-3.7.12/Lib/asyncio/
H A Dtasks.py600 def ensure_future(coro_or_future, *, loop=None): function
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dtasks.py610 def ensure_future(coro_or_future, *, loop=None): function
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dtasks.py610 def ensure_future(coro_or_future, *, loop=None): function
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dtasks.py664 def ensure_future(coro_or_future, *, loop=None): function
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dtasks.py664 def ensure_future(coro_or_future, *, loop=None): function
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dtasks.py664 def ensure_future(coro_or_future, *, loop=None): function
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dtasks.py664 def ensure_future(coro_or_future, *, loop=None): function
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dtasks.py661 def ensure_future(coro_or_future, *, loop=None): function
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dtasks.py664 def ensure_future(coro_or_future, *, loop=None): function