mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +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 }
|
Self { index, senders }
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn any_full(&self) -> bool {
|
|
||||||
self.senders.iter().any(|sender| sender.is_full())
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn try_send_to(
|
pub fn try_send_to(
|
||||||
&self,
|
&self,
|
||||||
index: SwarmWorkerIndex,
|
index: SwarmWorkerIndex,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue