Function duckdb_execute_tasks

Source
pub unsafe extern "C" fn duckdb_execute_tasks(
    database: duckdb_database,
    max_tasks: idx_t,
)
Expand description

Execute DuckDB tasks on this thread.

Will return after max_tasks have been executed, or if there are no more tasks present.

@param database The database object to execute tasks for @param max_tasks The maximum amount of tasks to execute