Aucune description

David Thielemann 1e742bebc3 Update 'src/shared.rs' il y a 3 jours
examples 28ebdc84f9 Update 'examples/doc_example.rs' il y a 3 jours
src 1e742bebc3 Update 'src/shared.rs' il y a 3 jours
.gitignore 0887d035ae Adds SharedData<T> il y a 5 mois
Cargo.lock 18322411fe Minor version update (v0.1.5->v0.2.0) il y a 2 mois
Cargo.toml 18322411fe Minor version update (v0.1.5->v0.2.0) il y a 2 mois
LICENSE c6403ea9d9 Updated LICENSE and README.md il y a 5 mois
README.md 18322411fe Minor version update (v0.1.5->v0.2.0) il y a 2 mois

README.md

Shared

A Arc Mutex guarded data

Usage

cargo add shared --git https://git.red-green.com/david/shared

use shared::Shared;

// Wrap your structure in Shared<S> via Shared::new(S) or Shared::with_timeout(S, deadlock_timeout)