pub fn with_worker_slot<R>(slot: WorkerSlot, f: impl FnOnce() -> R) -> RExpand description
Install slot for the duration of f (this thread only).
pub fn with_worker_slot<R>(slot: WorkerSlot, f: impl FnOnce() -> R) -> RInstall slot for the duration of f (this thread only).