summaryrefslogtreecommitdiff
path: root/test/fiber/test_scheduler.rb
AgeCommit message (Expand)Author
2020-09-23strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-21When setting current thread scheduler to nil, invoke `#close`.Samuel Williams
2020-09-14Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams
2020-09-14Standardised scheduler interface.Samuel Williams
2020-05-23Fixup d48c92aa04ffd3a1cecef599eaa5e4409aab2fe4Hiroshi SHIBATA
2020-05-23Rename TestScheduler* to TestFiber for convention of the test directoryHiroshi SHIBATA