MCPcopy Create free account
hub / github.com/bytecodealliance/wstd / future_ext.rs

File future_ext.rs

src/future/future_ext.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::{Delay, Timeout};
2use std::future::{Future, IntoFuture};
3
4/// Extend `Future` with time-based operations.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected