bind9/lib/isc/include
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
..
isc isc_async_run() runs events in reverse order 2022-10-31 05:43:45 -07:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00