arc_map 0.1.3

A Map of Arc<Mutex<V>> that eases the access of indivdual members
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "arc_map"
description = "A Map of Arc<Mutex<V>> that eases the access of indivdual members"
version = "0.1.3"
authors = ["storyfeet <thebeaky@psmail.net>"]
license = "MIT"
repository = "https://github.com/storyfeet/arc_map"
keywords = ["Arc","Map","Sync","Lock","Mutex"]

[dependencies]