| @@ -65,6 +65,7 @@ impl<T: Clone> Pool<T> { | |||||||
|                     trace!("Pool::put removing canceled parked {:?}", key); |                     trace!("Pool::put removing canceled parked {:?}", key); | ||||||
|                 } else { |                 } else { | ||||||
|                     tx.complete(entry.take().unwrap()); |                     tx.complete(entry.take().unwrap()); | ||||||
|  |                     break; | ||||||
|                 } |                 } | ||||||
|                 /* |                 /* | ||||||
|                 match tx.send(entry.take().unwrap()) { |                 match tx.send(entry.take().unwrap()) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user