Trait reaper_medium::MainThreadOnly
source · [−]pub trait MainThreadOnly: AnyThread + Sealed { }
Expand description
Represents a privilege to execute functions which are only safe to execute from the main thread.
pub trait MainThreadOnly: AnyThread + Sealed { }
Represents a privilege to execute functions which are only safe to execute from the main thread.