More batched timeout doc (#2717)

* timeout doc

* clp

* FMT

* more
This commit is contained in:
Dongjia "toka" Zhang 2024-11-21 16:18:45 +01:00 committed by GitHub
parent 391147c950
commit a8d2e8711b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,7 +242,7 @@ impl TimerStruct {
#[cfg(target_os = "linux")]
#[must_use]
/// Constructor but use batch mode
/// Timeout mechanism with imprecise timing.
/// More efficient timeout mechanism with imprecise timing.
///
/// The timeout will trigger after t seconds and at most within 2*t seconds.
/// This means the actual timeout may occur anywhere in the range [t, 2*t],