ThreadPipe.detach

This does nothing because we have no clue whether the members have been collected, and detach is run in the destructor. To stop communications, use stop().

TODO: move stop() functionality to detach when it becomes possible to have fully-owned members

class ThreadPipe
override
void
detach
()

Meta