You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a collection of related functions in the DuckDB C API that allows executing tasks on the main thread. These are duckdb_execute_tasks, several functions for dealing with duckdb_task_state, and duckdb_execution_is_finished.
Does it make sense to implement these in Node Neo? Is there a valid use case for them?
The text was updated successfully, but these errors were encountered:
There is a collection of related functions in the DuckDB C API that allows executing tasks on the main thread. These are
duckdb_execute_tasks
, several functions for dealing withduckdb_task_state
, andduckdb_execution_is_finished
.Does it make sense to implement these in Node Neo? Is there a valid use case for them?
The text was updated successfully, but these errors were encountered: