mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-03 19:51:33 +00:00
Remove trivial todo (#657)
This commit is contained in:
@ -57,7 +57,6 @@ use void::Void;
|
||||
// conditions in the user's code. See similar comments in the documentation of `NodeStream`.
|
||||
|
||||
/// Implementation of `Stream` that handles a collection of nodes.
|
||||
// TODO: implement Debug
|
||||
pub struct HandledNodesTasks<TInEvent, TOutEvent, THandler> {
|
||||
/// For each active task, a sender allowing to transmit messages. Closing the sender interrupts
|
||||
/// the task. It is possible that we receive messages from tasks that used to be in this list
|
||||
|
Reference in New Issue
Block a user