mirror of https://github.com/fafhrd91/actix-net
Update arbiter.rs
This commit is contained in:
parent
8b2bd480bc
commit
1800e69a70
|
@ -134,7 +134,7 @@ impl Arbiter {
|
||||||
.unbounded_send(SystemCommand::RegisterArbiter(id, arb));
|
.unbounded_send(SystemCommand::RegisterArbiter(id, arb));
|
||||||
|
|
||||||
// run loop
|
// run loop
|
||||||
let _ = match rt.block_on(stop_rx).unwrap_or(1);
|
let _ = rt.block_on(stop_rx).unwrap_or(1);
|
||||||
|
|
||||||
// unregister arbiter
|
// unregister arbiter
|
||||||
let _ = System::current()
|
let _ = System::current()
|
||||||
|
|
Loading…
Reference in New Issue