Searched refs:GuardedStreamReader (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | mod.rs | 124 GuardedStreamReader, JoinHandle, ReadBuffer, Source, StreamAny, StreamConsumer, StreamProducer,
|
| H A D | concurrent.rs | 100 FutureReader, GuardedFutureReader, GuardedStreamReader, ReadBuffer, Source, StreamConsumer,
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/ |
| H A D | futures_and_streams.rs | 1723 pub fn guard<A>(self, accessor: A) -> GuardedStreamReader<T, A> in guard() 1727 GuardedStreamReader::new(accessor, self) in guard() 1892 pub struct GuardedStreamReader<T, A> struct 1903 impl<T, A> GuardedStreamReader<T, A> implementation 1934 impl<T, A> From<GuardedStreamReader<T, A>> for StreamReader<T> 1938 fn from(mut guard: GuardedStreamReader<T, A>) -> Self { in from() 1943 impl<T, A> Drop for GuardedStreamReader<T, A> implementation
|