Rewrite task_queue
This commit is contained in:
parent
1345e97f8c
commit
80d9d1f143
25 changed files with 110 additions and 147 deletions
|
@ -736,7 +736,7 @@ bool task_push_dbscan(
|
|||
if (db->handle)
|
||||
db->handle->status = DATABASE_STATUS_ITERATE_BEGIN;
|
||||
|
||||
task_queue_ctl(TASK_QUEUE_CTL_PUSH, t);
|
||||
task_queue_push(t);
|
||||
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue