Files
bind9/lib/isc
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
..
2023-08-31 22:08:35 +02:00
2023-08-21 18:39:53 +02:00
2023-12-06 15:15:24 +02:00
2024-08-22 08:21:52 +02:00
2023-08-31 22:08:35 +02:00
2023-09-16 07:32:17 +02:00
2023-04-27 12:38:53 +02:00