Structs§
- Cold
Start Session - A session object for injecting items directly into T1 during cold starts.
By requiring a session object, we prevent accidental use of
insert_t1in normal hot paths which would bypass TLS batching and overload the daemon. - Dual
CacheFF - Worker
State - Per-worker QSBR state — cache-line padded to prevent false sharing between workers checking in/out simultaneously.