We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d477b9a commit 7b76a07Copy full SHA for 7b76a07
crates/tap-agent/src/backoff.rs
@@ -2,6 +2,7 @@
2
// SPDX-License-Identifier: Apache-2.0
3
4
//! # backoff
5
+//!
6
//! This module is used to provide a helper that keep tracks of exponential backoff information in a
7
//! non-blocking way. This is important since Actors process one message at a time, and an sleep in
8
//! the middle would affect performance.
0 commit comments