Skip to main content

CronLeaderGate

Type Alias CronLeaderGate 

Source
pub type CronLeaderGate = Arc<dyn Fn() -> bool + Send + Sync>;
Expand description

Predicate gating cron firing to the cluster leader (see [HandlerRuntime::set_cron_leader_gate]).

Aliased Typeยง

pub struct CronLeaderGate { /* private fields */ }