ibc / AsyncEngine

Ruby asynchronous event driven framework on top of libuv
6 stars 1 forks source link

TCP: implement uv_shutdown() #18

Closed ibc closed 12 years ago

ibc commented 12 years ago

https://github.com/joyent/libuv/blob/master/include/uv.h#L358

That could be a new method AsyncEngine::TCPSocket#close_gracefully.

ibc commented 12 years ago

Done.