mirror of https://github.com/fafhrd91/actix-net
parent
90181cb3ef
commit
3d298c740c
|
@ -108,7 +108,7 @@ impl Builder {
|
|||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct AsyncSystemRunner {
|
||||
pub struct AsyncSystemRunner {
|
||||
stop: Receiver<i32>,
|
||||
system: System,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue