Age | Commit message (Expand) | Author |
---|---|---|
2024-04-08 | Enumerator should use a non-blocking fiber, change `rb_fiber_new` to be non-b... | Samuel Williams |
2024-04-07 | Revert "Enumerator should use a non-blocking fiber. (#10478)" (#10480) | Samuel Williams |
2024-04-07 | Enumerator should use a non-blocking fiber. (#10478) | Samuel Williams |
2022-11-17 | Add support for `sockaddr_un` on Windows. (#6513) | Samuel Williams |
2022-01-11 | Use omit instead of skip without the default gems tests | Hiroshi SHIBATA |
2020-11-07 | Rename to `Fiber#set_scheduler`. | Samuel Williams |
2020-09-14 | Rename `Fiber{}` to `Fiber.schedule{}`. | Samuel Williams |
2020-07-20 | Improve consistency of tests. | Samuel Williams |
2020-07-15 | Close sockets if blocking to fix leaked fds | Nobuyoshi Nakada |
2020-05-23 | Rename TestScheduler* to TestFiber for convention of the test directory | Hiroshi SHIBATA |
2020-05-15 | Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366]. | Samuel Williams |