pub fn lua_coroutine_frame_value( cx: &mut Cx, produced: Vec<Value>, consumed: Vec<Value>, ) -> Result<Value>
Build a Lua coroutine handle over a shared producer/consumer frame.