start overloads
Declared in <bdlmt_eventscheduler.h>
Begin dispatching events on this scheduler.
int
start();
» more...
Begin dispatching events using the specified threadAttributes.
int
start(bslmt::ThreadAttributes const& threadAttributes);
» more...
0 on success, and a nonzero value otherwise
| Name | Description |
|---|---|
| threadAttributes | attributes for the dispatcher thread |