Skip to content

Commit 6c679d4

Browse files
authored
readd (#26)
1 parent 2a04da0 commit 6c679d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

concurrency/src/tasks/gen_server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use std::{fmt::Debug, future::Future, panic::AssertUnwindSafe};
66

77
use crate::error::GenServerError;
88

9+
#[derive(Debug)]
910
pub struct GenServerHandle<G: GenServer + 'static> {
1011
pub tx: mpsc::Sender<GenServerInMsg<G>>,
1112
/// Cancellation token to stop the GenServer

0 commit comments

Comments
 (0)