This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle PoisonError when locking session
The Racer.session mutex can become poisoned if a racer call panics since this mutex is guaranteed to be held at that time. The Session type shouldn't panic while modifying its internal state, and it should be safe to recover from the PoisonError that occurs.
- Loading branch information