BloombergLP::bdlmt::TimerEventScheduler::start

start overloads

Synopses

Declared in <bdlmt_timereventscheduler.h>

Begin dispatching events on a dispatcher thread with default attributes.

int
start();
» more...

Begin dispatching events using the specified thread attributes.

int
start(bslmt::ThreadAttributes const& threadAttributes);
» more...

Return Value

0 on success, and a nonzero value otherwise

Parameters

NameDescription
threadAttributesattributes for the dispatcher thread