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: 103,193 of 180,507
Downloads: 6,451

Daily

Ranking: 80,166 of 180,487
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconyegor256