block_in_place
doesn't panic on a spawn_local
task
#7368
Labels
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
M-blocking
Module: tokio/task/blocking
M-runtime
Module: tokio/runtime
Description
See discussion #7365
@Darksonn response indicates
block_in_place
onspawn_local
is intended to be unsupported, and I've found (but have not been able to create MWE) that in some cases worker threads vanish permanently when engaging in this behavior. But currently it doesn't panic and the fact that it's unsupported isn't explicitly documentedThe text was updated successfully, but these errors were encountered: