paritytech/futures-mutex

Name: futures-mutex

Owner: Parity Technologies

Description: A Mutex for the Future(s)

Forked from: proman21/futures-mutex

Created: 2017-12-13 16:25:51.0

Updated: 2017-12-13 16:25:53.0

Pushed: 2018-01-25 14:08:48.0

Homepage: null

Size: 24

Language: Rust

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

futures-mutex

A Mutex for the Future(s)

Crates.io Docs.rs

Usage

Add this to your Cargo.toml:

endencies]
res-mutex = "0.2.0"

Then, add this to your crate:

rn 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.