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 2a04da0 commit 6c679d4Copy full SHA for 6c679d4
concurrency/src/tasks/gen_server.rs
@@ -6,6 +6,7 @@ use std::{fmt::Debug, future::Future, panic::AssertUnwindSafe};
6
7
use crate::error::GenServerError;
8
9
+#[derive(Debug)]
10
pub struct GenServerHandle<G: GenServer + 'static> {
11
pub tx: mpsc::Sender<GenServerInMsg<G>>,
12
/// Cancellation token to stop the GenServer
0 commit comments