Having an efficient event loop would give us a great tool to handle
concurrent connections in a evented manner. Doing those with blocks and
objects will be a pleasure.
But please consider Node.js is using libuv now
(https://github.com/joyent/libuv), as a common layer for most platforms.