Skip to content

storyfeet/arc_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArcMap

Arc Map is designed to allow a HashMap of Arc<Mutex<T>> to be stored in such a way that elements can be accessed without the need to lock the whole Map while you have access to them.

Contributions Welcome

changes in v0.1.4 - coming

changed on_do to take a &self, instead of &mut self on_do now take FnOnce, as it will only call it once.

changes in v0.1.3

changed &mut self to &self, in three main methods. making it much easier to use as part of another object.

changes in v0.1.2

Switched main channel to SyncSender, for sync in parents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages