kenichi / angelo

Sinatra-like DSL for Reel that supports WebSockets and SSE
Other
303 stars 23 forks source link

Make Cache thread-safe. #69

Open tommay opened 8 years ago

tommay commented 8 years ago

TemplateCaching::Cache cached nil alright but it wasn't thread-safe. Here's a thread-safe version which shouldn't cause much interference with other threads.