Constructors
Declared in <balb_pipetaskmanager.h>
Create a task manager having no message handlers.
explicit
PipeTaskManager(bslma::Allocator* basicAllocator = 0);
» more...
Create a task manager that uses the handlers of the specified shared controlManager.
explicit
PipeTaskManager(
bsl::shared_ptr<ControlManager>& controlManager,
bslma::Allocator* basicAllocator = 0);
» more...
| Name | Description |
|---|---|
| basicAllocator | memory allocator; null uses the default |
| controlManager | shared control manager supplying message handlers |