make weak task that runs libuv loop unsupervised
This commit is contained in:
parent
e0f110aa12
commit
f21d25b54c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ fn get_global_loop() -> high_level_loop unsafe {
|
|||
let builder_fn = {||
|
||||
let builder = task::builder();
|
||||
let opts = {
|
||||
supervise: true,
|
||||
supervise: false,
|
||||
notify_chan: none,
|
||||
sched:
|
||||
some({mode: task::manual_threads(1u),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue