async-wrap: add methods to udp/tcp/pipe/timers
authorTrevor Norris <trev.norris@gmail.com>
Mon, 7 Oct 2013 19:39:52 +0000 (12:39 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Thu, 31 Oct 2013 23:34:11 +0000 (16:34 -0700)
commitccec14b5689b954cbc3b7c409fa36ffb4472226f
tree80d0f0a2916bd132da4b9c1692d00d250a53e72c
parent8b8e3b67980d5be9feb03839c2821bd8be3680a3
async-wrap: add methods to udp/tcp/pipe/timers

Now it's possible to add/remove an async listener to an individual
handle created by UDP, TCP, Pipe or Timer.
lib/timers.js
src/pipe_wrap.cc
src/tcp_wrap.cc
src/udp_wrap.cc
test/simple/test-asynclistener-error-add-after.js [new file with mode: 0644]
test/simple/test-asynclistener-error-net.js [new file with mode: 0644]
test/simple/test-asynclistener-remove-after.js [new file with mode: 0644]