Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make durable::Error require that the error be Send + Sync
While durable programs will never run on multiple threads it is much easier to integrate the error type with external libraries if it is both Send and Sync.
- Loading branch information