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