synchronized-writer 1.1.11

A tiny implement for synchronously writing data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["asynchronous", "data-structures"]
description = "A tiny implement for synchronously writing data."
edition = "2021"
homepage = "https://magiclen.org/synchronized-writer"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["arc", "synchronized", "sync", "write", "mutex"]
license = "MIT"
name = "synchronized-writer"
readme = "README.md"
repository = "https://github.com/magiclen/synchronized-writer"
resolver = "2"
version = "1.1.11"