Hello I have just started implementing some examples I have found. I notice 
on a uv_tcp_connect callback that I create a uv_write_t object on the stack 
and use that to call uv_write. Do I need to be careful with that uv_write_t 
object if the connect callback leaves scope? Or are all request callback 
executed in the request function call? How about uv_connect_t? The 
uv_connect_t objects seem like they need to last a while.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to libuv+unsubscr...@googlegroups.com.
To post to this group, send email to libuv@googlegroups.com.
Visit this group at https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to