lua_costatus

Function lua_costatus 

Source
pub unsafe extern "C-unwind" fn lua_costatus(
    L: *mut lua_State,
) -> lua_CoStatus
Expand description

Returns the status of the given coroutine.

This is equivalent to the Luau function coroutine.status.