Function libduckdb_sys::duckdb_destroy_task_state

source ·
pub unsafe extern "C" fn duckdb_destroy_task_state(
    state: duckdb_task_state
)
Expand description

Destroys the task state returned from duckdb_create_task_state.

Note that this should not be called while there is an active duckdb_execute_tasks_state running on the task state.

state: The task state to clean up