aquatic_udp: innetwork, use request_sender.try_send; run rustfmt

This commit is contained in:
Joakim Frostegård 2021-10-18 11:10:56 +02:00
parent 07a453b6b3
commit 90d60108c1
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
use std::sync::Arc;
use std::sync::atomic::Ordering;
use std::sync::Arc;
use histogram::Histogram;