|
il y a 3 jours | |
---|---|---|
examples | il y a 3 jours | |
src | il y a 3 jours | |
.gitignore | il y a 5 mois | |
Cargo.lock | il y a 2 mois | |
Cargo.toml | il y a 2 mois | |
LICENSE | il y a 5 mois | |
README.md | il y a 2 mois |
A Arc Mutex guarded data
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)