TibrvDispatcher::destroy()

Method

Declaration

TibrvStatus destroy();

Purpose

Destroy a dispatcher thread.

Remarks

We do not recommend destroying a dispatcher thread within the same thread (for example, from within a listener callback function running within that thread). Although it is legal to do so, we discourage this practice, because some operating systems do not properly free internal resources associated with the thread (which can result in memory growth).

See Also

DISPATCHER.THREAD_EXITED in TIBCO Rendezvous Concepts