summaryrefslogtreecommitdiff
path: root/README
blob: 478fcd60e296e7ddf9264b8819f1d6ad9e61284f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
asyncio event loop scheduling callbacks in eventlet.

Implemented:

* call_at()
* call_later()
* call_soon()
* run_forever()
* run_in_executor()
* run_until_complete()
* stop()
* coroutines and tasks

Not supported:

* run an event loop in a thread different than the main thread
* sockets
* pipes