Categories: None [Edit]

syncem

https://rubygems.org/gems/syncem
https://github.com/yegor256/syncem
Sometimes you have an object that is not thread-safe, but you need to make sure each of its methods is thread-safe, because they deal with some resources, like files or databases and you want them to manage those resources sequentially. This small gem will help you achieve exactly that without any re-design of the objects you already have. Just decorate them with SyncEm decorator and that is it.

Total

Ranking: 98,342 of 192,692
Downloads: 8,582

Daily

Ranking: 69,228 of 192,666
Downloads: 12

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconyegor256