Trait NonSendTaskOnce

Source
pub(crate) trait NonSendTaskOnce: JSTraceable {
    // Required method
    fn run_once(self);
}
Expand description

A task that must be run on the same thread it originated in.

Required Methods§

Implementors§