Description
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.