fn main() { futures_executor::block_on(async move { allochronic_util::select![ complete => return, ] }) }