Replies: 1 comment 1 reply
-
The current-thread runtime actually can be moved between threads. The For Note that even if you use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the struct is created inside the async block and in the same scope, also we're on
current_thread
flavor, why do we still need the struct to be Send?this brings some restriction
Beta Was this translation helpful? Give feedback.
All reactions