bind9/lib/isc/include
Ondřej Surý 6370e9b311 Add isc_helper API that adds 1:1 thread for each loop
Add an extra thread that can be used to offload operations that would
affect latency, but are not long-running tasks; those are handled by
isc_work API.

Each isc_loop now has matching isc_helper thread that also built on top
of uv_loop.  In fact, it matches most of the isc_loop functionality, but
only the `isc_helper_run()` asynchronous call is exposed.
2024-09-12 12:09:45 +00:00
..
isc Add isc_helper API that adds 1:1 thread for each loop 2024-09-12 12:09:45 +00:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00