[#BloombergLP-bdlmt-EventScheduler-scheduleEvent-035] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/EventScheduler.adoc[EventScheduler]::scheduleEvent :relfileprefix: ../../../ :mrdocs: Same as the preceding overload, loading a cancel handle into `event`. == Synopsis Declared in `<bdlmt_eventscheduler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CLOCK, class t_DURATION> void scheduleEvent( xref:BloombergLP/bdlmt/EventScheduler/EventHandle.adoc[EventHandle]* event, bsl::chrono::time_point<t_CLOCK, t_DURATION> const& epochTime, xref:bsl/function-0a.adoc[bsl::function<void()>] const& callback); ---- == Parameters [cols="1,4"] |=== | Name| Description | *event* | receives a handle that can cancel the event | *epochTime* | absolute time at which to dispatch the callback | *callback* | function invoked when the event is dispatched |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#