Closed jalcine closed 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.
Emitter
emit
EmitterPrivate
Blocks: #36.
This wanted to make use of the threadpool, which ended up in such a failure.
The current implementation of
Emitter
emit callbacks the moment thatemit
is called. Instead, the act toemit
should queue up a request in the event loop's next iteration to have work done.EmitterPrivate
.Blocks: #36.