summaryrefslogtreecommitdiff
path: root/test/fiber/test_io.rb
AgeCommit message (Expand)Author
2023-07-22merge revision(s) 0b2613f44309bddae45562c9f3a14ed43e56959b: [Backport #19640]nagachika
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams
2022-10-15Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams
2022-01-11Use omit instead of skip without the default gems testsHiroshi SHIBATA
2021-12-18Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams
2021-08-26Fix example fiber scheduler reg. writable eventsLars Kanis
2021-03-30Test incorrect behaviour of `rb_io_wait_readable/writable`.Samuel Williams
2020-11-07Rename to `Fiber#set_scheduler`.Samuel Williams
2020-09-14Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams
2020-07-23Suppress "assigned but unused variable" warningsYusuke Endoh
2020-07-20Remove trailing spaces [ci skip]Nobuyoshi Nakada
2020-07-20Add multi-threaded I/O test.Samuel Williams
2020-07-20Improve consistency of tests.Samuel Williams
2020-05-23Rename TestScheduler* to TestFiber for convention of the test directoryHiroshi SHIBATA
2020-05-15Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].Samuel Williams