Expand description
Single-task cell for static storage.
TaskLocalCell wraps a value in an UnsafeCell with a
Sync impl, allowing it to be used as a static. This is
sound in cFS apps where each app runs as exactly one task.
Structsยง
- Task
Local Cell - A cell for static storage in single-task cFS apps.