Files
bind9/lib/isc/include/isc
Ondřej Surý 17f23224d1 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.

(cherry picked from commit 6370e9b311)
2024-09-12 14:39:07 +00:00
..
2024-04-02 10:35:56 +02:00
2023-09-19 19:56:33 +02:00
2024-05-17 16:03:21 -07:00
2024-01-18 09:34:36 +01:00
2024-08-05 09:13:07 +00:00
2024-09-11 09:33:13 +00:00
2023-12-06 15:15:25 +02:00
2023-12-06 15:15:24 +02:00
2024-05-17 18:11:23 -07:00
2024-08-22 10:17:08 +00:00
2023-09-16 07:32:17 +02:00
2024-04-23 13:11:52 +02:00