Hi,

I have two C++ objects that both inherit from a base class that initialises 
uv_tcp_t and common methods (accept/read/write etc).

Object a) calls uv_accept, and reads.
Object b) is then created by Object a) based on what is read/logic.
At this point I would like to clean up Object a) and give control of the 
socket to Object b) so it can call read/write etc.

Is there any possible way to move/copy an initialised uv_tcp_t handle to 
another while destroying the previously initialised uv_tcp_t handle?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to