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
I'm not too familiar with how the canonical way of implementing this in Rust. But in Golang, this is implemented using context and channel. We can simulate this in rust using tokio's task and select! macro.
We need to cancel jobs upon three conditions:
Parent issue: #2
The text was updated successfully, but these errors were encountered: