summaryrefslogtreecommitdiff
path: root/test/fiber/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* `rb_io_puts` should not write zero length strings. (#7806)Samuel Williams2023-05-151-0/+28
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-171-13/+10
* Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams2022-10-151-0/+22
* Use omit instead of skip without the default gems testsHiroshi SHIBATA2022-01-111-6/+6
* Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams2021-12-181-0/+32
* Fix example fiber scheduler reg. writable eventsLars Kanis2021-08-261-0/+43
* Test incorrect behaviour of `rb_io_wait_readable/writable`.Samuel Williams2021-03-301-0/+35
* Rename to `Fiber#set_scheduler`.Samuel Williams2020-11-071-2/+2
* Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams2020-09-141-4/+4
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-07-231-2/+2
* Remove trailing spaces [ci skip]Nobuyoshi Nakada2020-07-201-2/+2
* Add multi-threaded I/O test.Samuel Williams2020-07-201-0/+23
* Improve consistency of tests.Samuel Williams2020-07-201-2/+9
* Rename TestScheduler* to TestFiber for convention of the test directoryHiroshi SHIBATA2020-05-231-1/+1
* Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].Samuel Williams2020-05-151-0/+35