Coroutines status #20882
Answered
by
JalonSolov
aprao2
asked this question in
Questions and Answers
Coroutines status
#20882
-
What is the current status of coroutine implementation? In particular, when will vweb make use of coroutines instead of threads? |
Beta Was this translation helpful? Give feedback.
Answered by
JalonSolov
Feb 21, 2024
Replies: 2 comments 3 replies
-
The current status of coroutines is "work in progress". vweb is being replaced, so it may not ever use coroutines. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Coroutines just got a big update. They now work with the GC. Vweb will be updated to work with the GC. |
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
vweb is being replaced by x.vweb, which will be renamed to something else. vweb and the new thing will exist at the same time, to avoid breaking all apps that currently use vweb.
The new thing may use coroutines after they are ready to be used.