operation-queue 1.2.0

Helpers for synchronizing asynchronous protocol operations.
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

## 1.1.0

- Make `Line` thread-safe ([#7]https://github.com/thunderbird/operation-queue-rs/pull/7)
- Add docs.rs attribute to generate target/feature mentions ([#8]https://github.com/thunderbird/operation-queue-rs/pull/8)

## 1.0.0

- Initial move of the operation queue code from the comm-central repository.