Skip to main content

lua_coroutine_frame_value

Function lua_coroutine_frame_value 

Source
pub fn lua_coroutine_frame_value(
    cx: &mut Cx,
    produced: Vec<Value>,
    consumed: Vec<Value>,
) -> Result<Value>
Expand description

Build a Lua coroutine handle over a shared producer/consumer frame.