Just a second...

Using concurrent threads

Often within a publisher you might have to initiate some processing in a separate thread so that the publisher itself is not blocked.

For example, a thread can be used to poll data from some data source.

Diffusion™ provides a mechanism for easily managing concurrent processing using the threads API.