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.
pub unsafe extern "C" fn ecs_table_unlock(
world: *mut ecs_world_t,
table: *mut ecs_table_t,
)Unlock a table. Must be called after calling ecs_table_lock.
@param world The world. @param table The table to unlock.