Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protofsm: add an upfront check for SendWhen predicates
In this commit, we add an upfront check for `SendWhen` predicates before deciding to launch a goroutine. This ensures that when a message comes along that is already ready to send, we do the send in a synchronous manner.
- Loading branch information