mode.loop.gevent``
Enable gevent
support for asyncio
.
Policy
Bases: EventLoopPolicy
Custom gevent event loop policy.
Source code in mode/loop/gevent.py
46 47 48 49 50 51 52 53 54 55 56 57 |
|
Warning
Importing this module directly will set the global event loop.
See faust.loop
for more information.