Module high_speed_swap

Module high_speed_swap 

Source

Re-exports§

pub use crate::model_dims::ModelDims;

Structs§

HighSpeedSwap
HighSpeedSwapDiagnostic

Functions§

install_local
Install the orchestrator on the current thread. Idempotent (overwrites any prior installation, dropping it).
local_installed
True iff install_local has populated this thread’s slot.
with_local
Run f with a &mut HighSpeedSwap if installed; returns None if not.