You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2020. It is now read-only.
My use case right now involves using the sandbox not to stop infinite loops, but to make sure an outside condition can stop whatever's running in the sandbox (I'm using the Love2D engine, which allows me to run threads, so my stop condition is based on another thread running concurrently).
I will implement this myself within my project, but I will also send a pull request if I feel it is worth sharing, and if anyone else finds it useful.