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 */ }pub type Yield<'a> = Rc<RefCell<YieldState<'a>>>;A shared handle to a task’s side-channel (cloned between the interpreter and
its driving InterpreterTask).
pub struct Yield<'a> { /* private fields */ }