We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f86d4 commit 0fbc215Copy full SHA for 0fbc215
src/client/pool.rs
@@ -65,6 +65,7 @@ impl<T: Clone> Pool<T> {
65
trace!("Pool::put removing canceled parked {:?}", key);
66
} else {
67
tx.complete(entry.take().unwrap());
68
+ break;
69
}
70
/*
71
match tx.send(entry.take().unwrap()) {
0 commit comments