Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make eval cancelation async with
Eval.Ack
(#15294)
In #14621 we added an eval canelation reaper goroutine with a channel that allowed us to wake it up. But we forgot to actually send on this channel from `Eval.Ack` and are still committing the cancelations synchronously. Fix this by sending on the buffered channel to wake up the reaper instead.
- Loading branch information