mirror of
https://github.com/lxsang/ant-http
synced 2025-07-18 22:59:45 +02:00
cleanup code
This commit is contained in:
@ -118,7 +118,7 @@ static void destroy_queue(antd_task_queue_t q)
|
||||
free(curr);
|
||||
}
|
||||
}
|
||||
static void work(antd_worker_t* worker)
|
||||
static void* work(antd_worker_t* worker)
|
||||
{
|
||||
antd_scheduler_t* scheduler = (antd_scheduler_t*) worker->manager;
|
||||
while(scheduler->status)
|
||||
@ -142,6 +142,7 @@ static void work(antd_worker_t* worker)
|
||||
}
|
||||
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user