-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow writing infinite async code blocks #336
Comments
A user started working on this issue via WorksHub. |
1 similar comment
A user started working on this issue via WorksHub. |
@hmadyhmod started working on this issue via WorksHub. |
@muhammadumerfarooq started working on this issue via WorksHub. |
#317 brings a simple integration with Stopify. But it still doesn't work perfectly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once #314 is merged, infinite loops will block execution of subsequent snippets.
data-async-code
should allow bypassing this and let infinitely running snippets to yield to subsequent snippets.Doing this will be fairly straightforward; simply change the control branch in
javascript.cljs
for async-code to use stopify as well.The text was updated successfully, but these errors were encountered: