Skip to main content

Module cache

Module cache 

Source

Structs§

DefaultSpawner
A default spawner using std::thread::spawn for std environments.
DefaultTls
DualCacheFF
WorkerState
Per-worker QSBR state — cache-line padded to prevent false sharing between workers checking in/out simultaneously.

Statics§

GLOBAL_EPOCH

Traits§

DaemonSpawner
Trait for custom thread/task executors to spawn the background Daemon.
TlsProvider
Trait for plug-and-play Thread-Local Storage (TLS) in no_std or custom RTOS environments.