mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Note that threadpool_queue_work...() can't actually return NULL
This commit is contained in:
parent
250c88014d
commit
f5a852de91
@ -360,7 +360,8 @@ workerthread_new(int32_t lower_priority_chance,
|
||||
* function's responsibility to free the work object.
|
||||
*
|
||||
* On success, return a workqueue_entry_t object that can be passed to
|
||||
* workqueue_entry_cancel(). On failure, return NULL.
|
||||
* workqueue_entry_cancel(). On failure, return NULL. (Failure is not
|
||||
* currently possible, but callers should check anyway.)
|
||||
*
|
||||
* Items are executed in a loose priority order -- each thread will usually
|
||||
* take from the queued work with the highest prioirity, but will occasionally
|
||||
|
Loading…
Reference in New Issue
Block a user