Function libduckdb_sys::duckdb_execute_tasks_state

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

Execute DuckDB tasks on this thread.

The thread will keep on executing tasks forever, until duckdb_finish_execution is called on the state. Multiple threads can share the same duckdb_task_state.

state: The task state of the executor