| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | event: Refactor async event processing | Thiago de Arruda | 2015-08-13 |
| | | | | | | | | | | | - Improve the implementation of deferred/immediate events. - Use the new queue module to change how/when events are queued/processed by giving a private queue to each emitter. - Immediate events(which only exist to break uv_run recursion) are now represented in the `loop->fast_events` queue. - Events pushed to child queues are propagated to the event loop main queue and processed as K_EVENT keys. | ||
| * | server: Extract most logic into the new socket abstraction | Thiago de Arruda | 2015-07-17 |
| - Move event loop code into event/socket - Reimplement server.c on top of the new SocketWatcher class - Adapt msgpack_rpc/channel.c | |||