Type Alias libduckdb_sys::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_state.