zephyr::work::futures

Function work_size

Source
pub fn work_size<F: Future>(f: F) -> usize
Expand description

Calculate the memory needed by scheduled work. This does not include the size of the Answer (which can be dropped).