mhgbrown / cached_resource

Caching for ActiveResource
MIT License
80 stars 28 forks source link

[ISSUE-26] Async writes using concurrent-ruby #61

Closed jlurena closed 4 months ago

jlurena commented 5 months ago

Summary

Resolves https://github.com/mhgbrown/cached_resource/issues/26 . Async writes with concurrent-ruby. Made it optional and configurable

jlurena commented 5 months ago

Need to write specs, writing specs for concurrent use cases is hard. Any tips would be appreciated

jlurena commented 4 months ago

@mhgbrown this is ready

mhgbrown commented 4 months ago

@jlurena thanks! I'll take a look soon