Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: track if a goroutine has made progress
This is done by keeping track of what is the last instruction that is executed by the goroutine. `progress = prev_instruction !== curr_instruction`
- Loading branch information