Sign in Sign up
rubygems

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.

Activity

Latest release
2y ago
Total releases
4
Cadence
~2 months
Last 12 months
0

Details

License
MIT
First release
Mar 06, 2019
Releases
Version Released
0.2.0 minor
0.1.2 patch
0.1.1 patch
0.1.0 initial