Constructors

Synopses

Declared in <balb_pipetaskmanager.h>

Create a task manager having no message handlers.

explicit
PipeTaskManager(bslma::Allocator* basicAllocator = 0);

Create a task manager that uses the handlers of the specified shared controlManager.

explicit
PipeTaskManager(
    bsl::shared_ptr<ControlManager>& controlManager,
    bslma::Allocator* basicAllocator = 0);

Parameters

Name

Description

basicAllocator

memory allocator; null uses the default

controlManager

shared control manager supplying message handlers

Created with MrDocs