Skip to content
Fantix King edited this page Nov 19, 2013 · 8 revisions

Welcome to the gevent3 wiki!

For contributors please see also how to replace event loop.

New in Gevent3

hub.wait_async(coro_or_future)

Taking an asyncio coroutine object (generator object) or an asyncio.Future object, this method blocks the current greenlet until the given object has a result and then returns the result.

Clone this wiki locally