Depends on #2 This can probably reuse much of my [dukluv](https://github.com/creationix/dukluv) project, but I suspect the design won't match exactly and will need heavy tweaking. - [x] `uv_loop_t` - [x] `uv_handle_t` - [x] `uv_timer_t` - [x] `uv_prepare_t` - [x] `uv_check_t` - [x] `uv_idle_t` - [x] `uv_async_t` - [ ] `uv_poll_t` - [ ] `uv_signal_t` - [ ] `uv_process_t` - [x] `uv_stream_t` - [x] `uv_tcp_t` - [x] `uv_pipe_t` - [ ] `uv_tty_t` - [ ] `uv_udp_t` - [ ] `uv_fs_event_t` - [ ] `uv_fs_poll_t` - [ ] Filesystem Operations - [ ] DNS Utility Operations - [ ] Miscellaneous Functions