[#BloombergLP-bdlmt-EventScheduler-scheduleRecurringEventRaw-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/EventScheduler.adoc[EventScheduler]::scheduleRecurringEventRaw :relfileprefix: ../../../ :mrdocs: Schedule a recurring event and load a raw cancel handle into `event`. == Synopses Declared in `<bdlmt_eventscheduler.h>` Schedule a recurring event and load a raw cancel handle into `event`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:BloombergLP/bdlmt/EventScheduler/scheduleRecurringEventRaw-09.adoc[scheduleRecurringEventRaw]( xref:BloombergLP/bdlmt/EventScheduler/RecurringEvent.adoc[RecurringEvent]** event, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& interval, xref:bsl/function-0a.adoc[bsl::function<void()>] const& callback, xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] const& startEpochTime = bsls::TimeInterval(0)); ---- [.small]#xref:BloombergLP/bdlmt/EventScheduler/scheduleRecurringEventRaw-09.adoc[_» more..._]# Schedule a recurring event and load a raw cancel handle into `event`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CLOCK, class t_REP_TYPE, class t_PERIOD_TYPE, class t_DURATION> void xref:BloombergLP/bdlmt/EventScheduler/scheduleRecurringEventRaw-0d.adoc[scheduleRecurringEventRaw]( xref:BloombergLP/bdlmt/EventScheduler/RecurringEvent.adoc[RecurringEvent]** event, bsl::chrono::duration<t_REP_TYPE, t_PERIOD_TYPE> const& interval, xref:bsl/function-0a.adoc[bsl::function<void()>] const& callback, bsl::chrono::time_point<t_CLOCK, t_DURATION> const& startEpochTime = t_CLOCK::now()); ---- [.small]#xref:BloombergLP/bdlmt/EventScheduler/scheduleRecurringEventRaw-0d.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *event* | receives a raw handle that can cancel the event | *interval* | period between recurring dispatches | *callback* | function invoked when the event is dispatched | *startEpochTime* | absolute time of the first dispatch |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#