Type Alias duckdb_task_state

Source
pub type duckdb_task_state = *mut c_void;
Expand description

! Used for threading, contains a task state. Must be destroyed with duckdb_destroy_task_state.