linux_once 0.1.1

A Linux-optimized drop-in replacement for std::sync::Once
Documentation
[features]
bench = []

[package]
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
categories = ["concurrency", "os::linux-apis"]
description = "A Linux-optimized drop-in replacement for std::sync::Once"
edition = "2018"
keywords = ["linux", "run-once", "call-once", "once", "futex"]
license = "MITNFA"
name = "linux_once"
readme = "README.md"
repository = "https://github.com/Kixunil/linux_once"
version = "0.1.1"
[target."cfg(target_os = \"linux\")".dependencies.linux-futex]
version = "0.1.1"