two-lock-queue 0.1.1

A MPMC channel based on the michael-scott two lock queue algorithm.
Documentation
  • Coverage
  • 100%
    22 out of 22 items documented3 out of 20 items with examples
  • Size
  • Source code size: 41.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • carllerche/two-lock-queue
    15 2 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • carllerche

Two Lock Queue

MPMC queue based on the michael-scott "two lock queue" algorithm.

Build Status Crates.io

Documentation

License

two-lock-queue is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.