IBGTaskScheduler

Trait IBGTaskScheduler 

Source
pub trait IBGTaskScheduler: PNSObject {
    // Provided method
    fn p_shared_scheduler() -> Self
       where Self: Sized + 'static + FromId { ... }
}
Expand description

A trait containing all the methods for BGTaskScheduler

Provided Methods§

Source

fn p_shared_scheduler() -> Self
where Self: Sized + 'static + FromId,

The shared background task scheduler instance.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§