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 b8fe02c commit 04a5f44Copy full SHA for 04a5f44
crates/network/src/manager.rs
@@ -22,8 +22,8 @@ use tracing::trace;
22
23
/// [`NetworkManager`] manages the state of the scroll p2p network.
24
///
25
-/// This is an endless [`Future`] that drives the state of the entire network forward and includes
26
-/// the following components:
+/// This manager drives the state of the entire network forward and includes the following
+/// components:
27
/// - `handle`: Used to interact with this [`NetworkManager`] by sending messages using the
28
/// [`NetworkHandle`].
29
/// - `from_handle_rx`: Receives commands from the [`NetworkHandle`].
0 commit comments