Struct wasmrs_runtime::UnboundedReceiver
source · pub struct UnboundedReceiver<Item>(_)
where
Item: ConditionallySendSync;
Expand description
A Unbounded Receiver that works the same way in single-threaded WebAssembly as multi-threaded native.
Implementations§
Auto Trait Implementations§
impl<Item> !RefUnwindSafe for UnboundedReceiver<Item>
impl<Item> Send for UnboundedReceiver<Item>
impl<Item> Sync for UnboundedReceiver<Item>
impl<Item> Unpin for UnboundedReceiver<Item>
impl<Item> !UnwindSafe for UnboundedReceiver<Item>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more