start overloads
Synopses
Declared in <bdlmt_timereventscheduler.h>
Begin dispatching events on a dispatcher thread with default attributes.
int
start();
Begin dispatching events using the specified thread attributes.
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