[#BloombergLP-bdlmt-EventScheduler-start-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/EventScheduler.adoc[EventScheduler]::start :relfileprefix: ../../../ :mrdocs: `start` overloads == Synopses Declared in `<bdlmt_eventscheduler.h>` Begin dispatching events on this scheduler. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlmt/EventScheduler/start-0fe.adoc[start](); ---- [.small]#xref:BloombergLP/bdlmt/EventScheduler/start-0fe.adoc[_» more..._]# Begin dispatching events using the specified `threadAttributes`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlmt/EventScheduler/start-0f4.adoc[start](xref:BloombergLP/bslmt/ThreadAttributes.adoc[bslmt::ThreadAttributes] const& threadAttributes); ---- [.small]#xref:BloombergLP/bdlmt/EventScheduler/start-0f4.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]#