futures-mutex

Crates.iofutures-mutex
lib.rsfutures-mutex
version0.2.1
sourcesrc
created_at2017-04-16 03:45:56.301436
updated_at2018-01-05 04:08:59.101016
descriptionA Mutex for the Future(s)
homepage
repositoryhttps://github.com/proman21/futures-mutex
max_upload_size
id10779
size23,579
Adam J (proman21)

documentation

https://docs.rs/futures-mutex

README

futures-mutex [DEPRECATED]

I will no longer be supporting this project. It is no longer used by myself and it has significant issues relating to deadlocks. A deprecation warning will appear in Rust stating this.

A Mutex for the Future(s)

Crates.io Docs.rs

Usage

Add this to your Cargo.toml:

[dependencies]
futures-mutex = "0.2.1"

Then, add this to your crate:

extern crate futures_mutex;

FutMutex<T> follows a very similar API to futures::sync::BiLock, however it can have more than two handles.

License

futures-mutex is distributed under the Apache License v2.0. See the LICENSE file for the full text of the license.

Commit count: 10

cargo fmt