start overloads

Synopses

Declared in <bdlmt_eventscheduler.h>

Begin dispatching events on this scheduler.

int
start();

Begin dispatching events using the specified threadAttributes.

int
start(bslmt::ThreadAttributes const& threadAttributes);

Return Value

0 on success, and a nonzero value otherwise

Parameters

Name

Description

threadAttributes

attributes for the dispatcher thread

Created with MrDocs