pinboard 2.2.0

A lock-free, threadsafe way to publish data, just stick it on the pinboard
Documentation
[badges.travis-ci]
repository = "bossmc/pinboard"

[dependencies.crossbeam-epoch]
version = "0.9.0"

[dev-dependencies.crossbeam]
version = "0.8.0"

[package]
authors = ["Andy Caldwell <andrew.caldwell@metaswitch.com>"]
categories = ["concurrency"]
description = "A lock-free, threadsafe way to publish data, just stick it on the pinboard"
edition = "2021"
keywords = ["concurrency", "lock-free", "threading", "thread-safety"]
license = "MIT"
name = "pinboard"
readme = "README.md"
repository = "https://github.com/bossmc/pinboard"
version = "2.2.0"