with_worker_slot

Function with_worker_slot 

Source
pub fn with_worker_slot<R>(slot: WorkerSlot, f: impl FnOnce() -> R) -> R
Expand description

Install slot for the duration of f (this thread only).