Skip to content
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

Open
rachitnigam opened this issue Jan 10, 2019 · 5 comments
Open

Allow writing infinite async code blocks #336

rachitnigam opened this issue Jan 10, 2019 · 5 comments

Comments

@rachitnigam
Copy link

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.

@workshub
Copy link

workshub bot commented Feb 14, 2021

A user started working on this issue via WorksHub.

1 similar comment
@workshub
Copy link

workshub bot commented Feb 14, 2021

A user started working on this issue via WorksHub.

@workshub
Copy link

workshub bot commented Feb 14, 2021

@hmadyhmod started working on this issue via WorksHub.

@workshub
Copy link

workshub bot commented Jun 16, 2021

@muhammadumerfarooq started working on this issue via WorksHub.

@viebel
Copy link
Owner

viebel commented Aug 20, 2021

#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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants