This class provides a mechanism route messages received on a named pipe to the registered handler (functor).
Synopsis
Declared in <balb_pipetaskmanager.h>
class PipeTaskManager;
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Return the allocator used by this object to supply memory. |
|
|
|
Return the path of the named pipe used by the implementation. The behavior is undefined unless the task manager has been started. |
|
Stop processing incoming messages by the background thread. |
|
Create a named pipe and run the event processor in a background thread. |
|
Block until the background processing thread has shut down, then join it and remove the named pipe. |
|
|
Declare that this type uses a |
Created with MrDocs