Optimization: Make consensus-based read ops more efficient
On read operations, once we've achieved quorum and read the value that we need, cancel pending in-flight futures.
What's Changed
* Improve examples in doctests and README by brainix in https://github.com/brainix/pottery/pull/460
* In NextId getter, bail out when quorum achieved by brainix in https://github.com/brainix/pottery/pull/461
* Make consensus-based read ops more efficient by brainix in https://github.com/brainix/pottery/pull/462
**Full Changelog**: https://github.com/brainix/pottery/compare/v1.4.0...v1.4.1