summaryrefslogtreecommitdiff
path: root/spec/ruby/core/fiber
AgeCommit message (Expand)Author
2023-09-04Update to ruby/spec@96d1072Benoit Daloze
2023-08-24Fix support for dynamic keys. (#8273)Samuel Williams
2023-06-26Update to ruby/spec@30e1c35Benoit Daloze
2023-05-18Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams
2023-04-25Update to ruby/spec@7f69c86Benoit Daloze
2023-02-25Assigning `nil` to fiber storage deletes the association. (#7378)Samuel Williams
2022-12-20Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-10Add spec for fiber storage. (#6896)Samuel Williams
2022-11-07Update to ruby/spec@740ccc8Benoit Daloze
2022-10-06Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams
2022-04-25Update to ruby/spec@3affe1eBenoit Daloze
2021-10-28Update to ruby/spec@21a48d9Benoit Daloze
2021-06-02Update to ruby/spec@a0b7d0dBenoit Daloze
2020-12-12Let Fiber#raise work with transferring fibersnicholas a. evans
2020-11-13Update to ruby/spec@b0b7f53Benoit Daloze
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada
2019-07-27Update to ruby/spec@875a09eBenoit Daloze
2019-04-28Update to ruby/spec@7de852dBenoit Daloze
2019-04-27Update to ruby/spec@15c9619Benoit Daloze
2018-03-04Update to ruby/spec@c1b568beregon
2018-01-29Update to ruby/spec@83063a3eregon
2017-09-20Move spec/rubyspec to spec/ruby for consistencyeregon