bus_queue 0.1.2

Lock free bounded non blocking pub sub queue
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[example]]
name = "pubsub"
path = "examples/pubsub.rs"
[dependencies.arc-swap]
version = "0.3.6"

[package]
authors = ["Filip Dulic <filip.dulic@tradecore.com>"]
description = "Lock free bounded non blocking pub sub queue"
keywords = ["pubsub", "lock-free", "queue"]
license = "Apache-2.0/MIT"
name = "bus_queue"
repository = "https://github.com/filipdulic/bus-queue"
version = "0.1.2"