mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
update docs: only one loopmgr is expected
Resolves: https://gitlab.isc.org/isc-projects/bind9/-/issues/5057
This commit is contained in:
parent
480cc576b3
commit
6f21cf201b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue