trailing_cell 0.3.0

Provides wrappers for sharing a data structure where read speed is important and strict consistency is not (data can be stale).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.bus]
version = "1.4.0"

[package]
authors = ["sirkibsirkib <christopher.esterhuyse@gmail.com>"]
description = "Provides wrappers for sharing a data structure where read speed is important and strict consistency is not (data can be stale)."
keywords = ["lock-free", "synchronization", "broadcast", "eventual", "consistency"]
license-file = "LICENSE.md"
name = "trailing_cell"
readme = "README.md"
repository = "https://github.com/sirkibsirkib/trailing_cell"
version = "0.3.0"