Home
last modified time | relevance | path

Searched refs:ReturnCode (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs57 pub enum ReturnCode { enum
64 impl ReturnCode { implementation
3076 ) -> Result<ReturnCode> { in consume() argument
3118 ) -> Result<ReturnCode> { in produce() argument
3905 (ReturnCode::Dropped(_) | ReturnCode::Completed(_), _) => code, in cancel_write()
3992 (ReturnCode::Dropped(_) | ReturnCode::Completed(_), _) => code, in cancel_read()
4513 code: ReturnCode, in send_write_result() argument
4536 code: ReturnCode, in send_read_result() argument
4575 fn update_code(old: ReturnCode, new: ReturnCode) -> Result<ReturnCode> { in update_event() argument
4584 ReturnCode::Dropped(0) => ReturnCode::Dropped(count), in update_event()
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs70 use futures_and_streams::{FlatAbi, ReturnCode, TransmitHandle, TransmitIndex};
149 code: ReturnCode,
153 code: ReturnCode,
157 code: ReturnCode,
161 code: ReturnCode,