bind9/lib/isc/include
Ondřej Surý 7b1d985de2
Change the isc_async API to use cds_wfcqueue internally
The isc_async API was using lock-free stack (where enqueue operation was
not wait-free).  Change the isc_async to use cds_wfcqueue internally -
enqueue and splice (move the queue members from one list to another) is
nonblocking and wait-free.
2023-05-12 14:16:25 +02:00
..
isc Change the isc_async API to use cds_wfcqueue internally 2023-05-12 14:16:25 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00