Skip to main content

TASK_CELL_ALIGN

Constant TASK_CELL_ALIGN 

Source
pub const TASK_CELL_ALIGN: usize = 16;
Expand description

Alignment guaranteed for future storage inside a TaskCell. Covers all primitive/usize/u64-aligned types used in typical embedded futures. TaskCell::poll asserts this at runtime on first use.