summaryrefslogtreecommitdiff
path: root/test/fiber/test_storage.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze2022-12-201-0/+12
* Use an experimental warning for Fiber#storage=Benoit Daloze2022-12-201-2/+5
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-2/+1
* Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)Samuel Williams2022-12-011-0/+101