Function libduckdb_sys::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.

database: The database object to execute tasks for max_tasks: The maximum amount of tasks to execute