ecs_table_unlock

Function ecs_table_unlock 

Source
pub unsafe extern "C" fn ecs_table_unlock(
    world: *mut ecs_world_t,
    table: *mut ecs_table_t,
)
Expand description

Unlock a table. Must be called after calling ecs_table_lock.

@param world The world. @param table The table to unlock.