2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

update docs: only one loopmgr is expected

Resolves: https://gitlab.isc.org/isc-projects/bind9/-/issues/5057
This commit is contained in:
Pavel Březina 2024-11-27 13:19:23 +01:00 committed by Ondřej Surý
parent 480cc576b3
commit 6f21cf201b

View File

@ -17,7 +17,7 @@ This document aims to describe the design of the basic event loop handling in
the BIND 9.
Every application is expected to create and use a single ``isc_loopmgr_t``
instance, but the ``isc_loopmgr`` API itself doesn't enforce this requirement.
instance.
## Event Loops