Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-concurrent-ruby
From: Takahiro Kambe
Date: 2023-01-25 14:38:40
Message id: 20230125133840.391BAFA90@cvs.NetBSD.org
Log Message:
devel/ruby-concurrent-ruby: update to 1.2.0
1.2.0 (2023-01-23)
* (#975) Set the Ruby compatibility version at 2.3
* (#962) Fix ReentrantReadWriteLock to use the same granularity for locals
as for Mutex it uses.
* (#983) Add FiberLocalVar
* (#934) concurrent-ruby now supports requiring individual classes (public
classes listed in the docs), e.g., require 'concurrent/map'
* (#976) Let Promises.any_fulfilled_future take an Event
* Improve documentation of various classes
* (#972) Remove Rubinius-related code
Files: