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

Implemented:

* call_soon()
* call_later()
* call_at()
* run_in_executor()
* coroutines and tasks

Not supported:

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