Skip to main content

Module cell

Module cell 

Source
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ยง

TaskLocalCell
A cell for static storage in single-task cFS apps.