pub fn work_size<F: Future>(f: F) -> usize
Calculate the memory needed by scheduled work. This does not include the size of the Answer (which can be dropped).