Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
413: Correct eb3b96b with a useful function signature for try_wait r=jonas-schievink a=nospam2678 This is embarrassing. It appears my quality assurance for #412, while existent, was way flawed and insufficient. Having a `try_` method take ownership over self makes it impossible call it more than once. Clearly a mutable reference was what was indented and required to actually make the method meaningful. It would be a good idea to either merge this PR, or revert the previous one, prior to making the next release. Co-authored-by: Martin <[email protected]>
- Loading branch information