solana_runtime::installed_scheduler_pool

Trait InstalledSchedulerPool

source
pub trait InstalledSchedulerPool:
    Send
    + Sync
    + Debug {
    // Required method
    fn take_scheduler(
        &self,
        context: SchedulingContext,
    ) -> InstalledSchedulerBox;
}

Required Methods§

Implementors§