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
For example, there is a piece of time-consuming Python code, and I don't want it to continue running—I want to stop it immediately. However, I don't want to terminate the entire Rust program, just stop the Python part. How can this be done, or is it even possible?