bind9/lib/isc/include
Ondřej Surý 1fe391fd40 Make all tasks to be bound to a thread
Previously, tasks could be created either unbound or bound to a specific
thread (worker loop).  The unbound tasks would be assigned to a random
thread every time isc_task_send() was called.  Because there's no logic
that would assign the task to the least busy worker, this just creates
unpredictability.  Instead of random assignment, bind all the previously
unbound tasks to worker 0, which is guaranteed to exist.
2022-05-25 16:04:51 +02:00
..
isc Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00