mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 23:56:35 +00:00
explicit use
This commit is contained in:
parent
2ab7dbadce
commit
26629aafa5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ use std::{mem, net};
|
|||
use std::time::Duration;
|
||||
use std::sync::{Arc, atomic::{AtomicUsize, Ordering}};
|
||||
|
||||
use num_cpus;
|
||||
use futures::{Future, Stream, Sink};
|
||||
use futures::sync::{mpsc, mpsc::unbounded};
|
||||
|
||||
|
|
Loading…
Reference in a new issue