Files
bind9/lib
Ondřej Surý 476198f26c Use uv_idle API for calling asynchronous connect/read/send callback
Instead of using isc_job_run() that's quite heavy as it allocates memory
for every new job, add uv_idle_t to uvreq union, and use uv_idle API
directly to execute the connect/read/send callback without any
additional allocations.
2023-03-29 21:16:44 +02:00
..
2023-03-28 18:41:17 -07:00
2023-03-10 17:31:28 +01:00