Slug: async-send-01 · Paired reading: Chapter 13
Prompt
Export async fn cached_len_fixed() -> usize that uses Rc before an
await then drops it (book fix). Include local YieldOnce. Provide
fn assert_send<F: Future + Send>(_: F) for the test.