TipcDispatcherCreateDetached create a dispatcher in a detached thread
None
A new dispatcher if successful, NULL
otherwise.
None
TipcDispatcherCreateDetached creates a new dispatcher to which events can be registered and from which messages can be received on RTclient/RTserver connections. A detached dispatcher runs continually in a background thread and does not stop until TipcDispatcherDestroy is called.
Before you use any thread function, you must call TipcInitThreads to initialize SmartSockets thread synchronization.
TipcDispatcherCreate, TipcDispatcherDestroy
This example creates a detached dispatcher:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |