Hang with LocalSet #3117
Labels
A-tokio
Area: The main tokio crate
C-bug
Category: This is a bug.
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-task
Module: tokio/task
Version
0.3.3
(current latest)Platform
Tested on Linux and macOS
Description
This code hangs, whereas I would expect it to complete. The
LocalSet
is being awaited upon, therefore I would expect the spawned task to complete.(Playground)
The text was updated successfully, but these errors were encountered: