jalcine / wintermute

:book: Central sources for a networked application framework.
http://jacky.wtf/weblog/ambitions-wintermute/
MIT License
17 stars 3 forks source link

Have Event::Emitter work on libuv. #46

Closed jalcine closed 9 years ago

jalcine commented 9 years ago

The current implementation of Emitter emit callbacks the moment that emit is called. Instead, the act to emit should queue up a request in the event loop's next iteration to have work done.


Blocks: #36.

jalcine commented 9 years ago

This wanted to make use of the threadpool, which ended up in such a failure.