In order to get Wintermute to a sensible state, incorporating an event loop is
sorely necessary. The highest contender right now is libuv. From
there, we can begin tying the following to the event loop:
[x] tunnel sending messages
[x] tunnel receiving messages
Documentation on how this works in correspondence to Wintermute is required.
Follow up on the need to expose a wrapper/handler for the event loop into
Wintermute's API.
Progress
[x] Implement event loop for Wintermute (in PR #39).
[x] Update Tunnel to handle the retrieval of messages (tracked by issue #41).
In order to get Wintermute to a sensible state, incorporating an event loop is sorely necessary. The highest contender right now is
libuv
. From there, we can begin tying the following to the event loop:Documentation on how this works in correspondence to Wintermute is required.
Progress