[#BloombergLP-bdlmt-EventScheduler-2constructor-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/EventScheduler.adoc[EventScheduler]::EventScheduler :relfileprefix: ../../../ :mrdocs: Create an event scheduler using `dispatcherFunctor` and the monotonic clock. == Synopsis Declared in `<bdlmt_eventscheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- EventScheduler( xref:BloombergLP/bdlmt/EventScheduler/Dispatcher.adoc[Dispatcher] const& dispatcherFunctor, std::chrono::steady_clock const& steadyClock, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- == Description Create an event scheduler using the specified `dispatcherFunctor` (see {The Dispatcher Thread and the Dispatcher Functor} in the component‐level documentation) and using the system monotonic clock to indicate the epoch used for all time intervals. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. == Parameters [cols="1,4"] |=== | Name| Description | *dispatcherFunctor* | dispatcher callback | *steadyClock* | tag selecting the system monotonic clock | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#