jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

Support asyncio #25

Closed jfhbrook closed 8 years ago

jfhbrook commented 8 years ago

Fixes #24

could potentially be extended to optionally support twisted deferreds as well?