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 |
|
Shutdown message handling, and release the shared reference to the |
Return the allocator used by this object to supply memory. Note that if no allocator was supplied at construction the default allocator in effect at construction is used. |
|
|
|
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. If a handler is executing at the time of invocation, that handler is allowed to complete. This method does not block the caller, and the background thread persists until it is joined by a call to |
|
Create a named pipe using the specified |
|
Block until the background processing thread has shutdown (which must be initiated by a separate call to |
|
|
Declare that this type uses a |
Created with MrDocs