mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
runtime: add better error message when spawning blocking threads (#4398)
This commit is contained in:
parent
e255a265d3
commit
089eeae24b
@ -244,7 +244,7 @@ impl Spawner {
|
||||
rt.blocking_spawner.inner.run(id);
|
||||
drop(shutdown_tx);
|
||||
})
|
||||
.unwrap()
|
||||
.expect("OS can't spawn a new worker thread")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user