Skip to main content

current_local_offload

Function current_local_offload 

Source
pub fn current_local_offload() -> Option<Arc<dyn LocalGenerationOffload>>
Expand description

Snapshot the currently installed offloader (if any). Cheap Arc clone.

Returns None inside a worker process (CAR_INFERENCE_WORKER set) even if a slot were somehow installed — a hard guard against a worker offloading to itself and spawning an infinite chain of workers.