[#BloombergLP-bdlmt-TimerEventScheduler-start-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/TimerEventScheduler.adoc[TimerEventScheduler]::start :relfileprefix: ../../../ :mrdocs: `start` overloads == Synopses Declared in `<bdlmt_timereventscheduler.h>` Begin dispatching events on a dispatcher thread with default attributes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlmt/TimerEventScheduler/start-08.adoc[start](); ---- [.small]#xref:BloombergLP/bdlmt/TimerEventScheduler/start-08.adoc[_» more..._]# Begin dispatching events using the specified thread attributes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlmt/TimerEventScheduler/start-07.adoc[start](xref:BloombergLP/bslmt/ThreadAttributes.adoc[bslmt::ThreadAttributes] const& threadAttributes); ---- [.small]#xref:BloombergLP/bdlmt/TimerEventScheduler/start-07.adoc[_» more..._]# == Return Value 0 on success, and a nonzero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *threadAttributes* | attributes for the dispatcher thread |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#