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

File streams.rs

src/io/streams.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::{AsyncPollable, AsyncRead, AsyncWrite};
2use crate::runtime::WaitFor;
3use std::future::{Future, poll_fn};
4use std::pin::Pin;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected