Skip to content

v1.2.1

Compare
Choose a tag to compare
@eregon eregon released this 24 Feb 17:55
· 39 commits to master since this release

concurrent-ruby 1.2.1:

  • (#990) Add missing require 'fiber' for FiberLocalVar.
  • (#989) Optimize Concurrent::Map#[] on CRuby by letting the backing Hash handle the default_proc.