Skip to main content

Yield

Type Alias Yield 

Source
pub type Yield<'a> = Rc<RefCell<YieldState<'a>>>;
Expand description

A shared handle to a task’s side-channel (cloned between the interpreter and its driving InterpreterTask).

Aliased Type§

pub struct Yield<'a> { /* private fields */ }