- Refactor to `mpserver` with API changes.
New design allows flexible composition of sequential and ensemble setups,
leading to considerable enhancements in capability and flexibility.
There are also considerable improvements to the implementation
(in terms of simplicity, elegance, robustness).
- Replaced all uses of `time.monotonic` by `time.perf_counter`, which has much
higher resolution.
- Added module `named_pipe`.