2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#4049] Fixed comment

modified:   d2_process.h
This commit is contained in:
Thomas Markwalder 2025-08-07 16:28:26 -04:00
parent b9541b8304
commit 0cd8b8dc0f

View File

@ -213,8 +213,8 @@ protected:
///
/// If callbacks are ready to be executed upon entry, the method will
/// return as soon as these callbacks have completed. If no callbacks
/// are ready, then it will wait (indefinitely) until at least one callback
/// is executed.
/// are ready, then it will wait until at least one callback
/// is executed or IO_SERVICE_RUN_TIME_USECS elapses.
///
/// @note: Should become desirable to periodically force an
/// event, an interval timer could be used to do so.