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
362 stars 37 forks source link

Explicitly store AsyncIO Futures in a set #123

Closed jfhbrook closed 1 year ago

jfhbrook commented 1 year ago

Fixes #120.

I'm still not entirely convinced this is necessary, but the overhead is minimal and tests are still passing so I'm OK with it.