2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
Evan Hunt dc878e3098 isc_async_run() runs events in reverse order
when more than one event was scheduled in the isc_aysnc queue,
they were executed in reverse order. we need to pull events
off the back of queue instead the front, so that uv_loop will
run them in the right order.

note that isc_job_run() has the same behavior, because it calls
uv_idle_start() directly. in that case we just document it so
it'll be less surprising in the future.
2022-10-31 05:43:45 -07:00
..
2022-08-25 12:24:25 +02:00
2022-08-25 12:24:29 +02:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-07-05 12:22:55 -07:00
2022-09-30 10:36:30 +02:00
2022-10-29 00:22:54 +11:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00
2022-10-17 11:58:26 +01:00
2022-08-25 12:24:29 +02:00