Commit graph

8 commits

Author SHA1 Message Date
dependabot[bot] 74b6f52e50
Update crossbeam-queue requirement from 0.2 to 0.3
Updates the requirements on [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) to permit the latest version.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.2.0...crossbeam-queue-0.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 07:48:23 +00:00
Harald Hoyer 5dc28b5be5 (cargo-release) start next development iteration 0.2.2-alpha.0 2020-07-20 13:55:20 +02:00
Harald Hoyer f4d6f248a8 (cargo-release) version 0.2.1 2020-07-20 13:55:06 +02:00
Harald Hoyer e6658a864e (cargo-release) version 0.2.0 2020-07-20 13:52:58 +02:00
Harald Hoyer e157e17d7a Change lib to handle lockless collections
crossbeam_queue::SegQueue does not need a guarding RwLock.

Fixes: https://github.com/haraldh/dynqueue/issues/4
2020-07-20 13:46:14 +02:00
Harald Hoyer 8a147b3ecb (cargo-release) start next development iteration 0.1.4-alpha.0 2020-06-22 12:08:31 +02:00
Harald Hoyer 84d72fc0f8 impl<T> Queue<T> for crossbeam_queue::SegQueue<T>
Resolves: https://github.com/haraldh/dynqueue/issues/2
2020-06-22 12:03:55 +02:00
Harald Hoyer 85acc0c4af initial commit 2020-05-26 00:32:03 +02:00