fn sleep(dur: Duration) -> Pin<Box<dyn Future<Output = ()> + Send>>
Runtime-agnostic sleep returning a ()-future (via futures-time).
()
futures-time