consume 1.0.1

Memory order consume for when it's known that the compiler can't elide the dependency
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["Sam Schetterer <samschet@gmail.com>"]
categories = ["data-structures", "algorithms", "concurrency"]
description = "Memory order consume for when it's known that the compiler can't elide the dependency"
keywords = ["memory", "concurrency", "lockless"]
license = "MIT"
name = "consume"
readme = "Readme.md"
repository = "https://github.com/schets/consume"
version = "1.0.1"