Path to this page:
Next | Query returned 4 messages, browsing 1 to 10 | previous
CVS Commit History:
2024-09-18 17:02:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fiber-storage: update to 1.0.0
1.0.0 (2024-08-08)
* Modernize gem.
* More coverage.
* Documentation improvement.
|
2024-06-15 17:46:20 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fiber-storage: update to 0.1.2
0.1.2 (2024-06-15)
* Remove warnings.
|
2024-05-26 16:46:28 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-fiber-storage: update to 0.1.1
Replace HOMEPAGE.
0.1.1 (2024-05-19)
* Modernize gem and fix links.
|
2024-05-05 18:10:02 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
devel/ruby-fiber-storage: add package version 0.1.0
This package is required by new version of devel/ruby-fiber-local
package.
Fiber::Storage
This gem provides a shim for Fiber.[], Fiber.[]=, Fiber#storage,
Fiber#storage=, which was introduced in Ruby 3.2.
Motivation
Ruby 3.2 introduces inheritable fiber storage for per-request or
per-operation state. This gem provides a shim for Ruby 3.1 and earlier to
make adoption easier. It isn't able to provide the full range of features,
but it should be sufficient for most use cases.
Notably, it does not support inheritance across threads or lazy Enumerator.
This is a limitation of the shim implementation.
|
Next | Query returned 4 messages, browsing 1 to 10 | previous