-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-bugCategory: This is a bug.Category: This is a bug.M-blockingModule: tokio/task/blockingModule: tokio/task/blockingM-runtimeModule: tokio/runtimeModule: tokio/runtime
Description
Description
See discussion #7365
@Darksonn response indicates block_in_place on spawn_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 documented
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-bugCategory: This is a bug.Category: This is a bug.M-blockingModule: tokio/task/blockingModule: tokio/task/blockingM-runtimeModule: tokio/runtimeModule: tokio/runtime