mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
wip
This commit is contained in:
parent
0a20cddd27
commit
880d296aa4
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ impl SystemRunner {
|
||||||
// run loop
|
// run loop
|
||||||
tok_io::task::LocalSet::new()
|
tok_io::task::LocalSet::new()
|
||||||
.run_until(async move {
|
.run_until(async move {
|
||||||
let _ = crate::spawn(support);
|
let _ = crate::spawn(support.run());
|
||||||
let _ = crate::spawn(controller);
|
let _ = crate::spawn(controller.run());
|
||||||
fut.await
|
fut.await
|
||||||
})
|
})
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue