mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
udp: remove ConnectedRequestSender::any_full method
This commit is contained in:
parent
97688ed074
commit
bbb4c5e411
1 changed files with 0 additions and 4 deletions
|
|
@ -82,10 +82,6 @@ impl ConnectedRequestSender {
|
|||
Self { index, senders }
|
||||
}
|
||||
|
||||
pub fn any_full(&self) -> bool {
|
||||
self.senders.iter().any(|sender| sender.is_full())
|
||||
}
|
||||
|
||||
pub fn try_send_to(
|
||||
&self,
|
||||
index: SwarmWorkerIndex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue