All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
Queue::wait_full
andQueue::wait_empty
async methods
0.2.4 - 2022-11-4
- Updated
tokio
required features to includemacros
0.2.3 - 2022-06-05
- Added
is_full
to limited and resizable queues
0.2.2 - 2022-05-01
- Fix
resize
implementation of resizable queue
0.2.1 - 2022-03-11
- Implement
Debug
for all queues - Add
Queue::is_empty
method
0.2.0 - 2020-12-26
- Update
tokio
dependency to version 1 - Update
crossbeam-queue
dependency to version 0.3
0.1.0 - 2020-01-21
- First release