summaryrefslogtreecommitdiff
path: root/include/ruby/fiber
AgeCommit message (Expand)Author
2023-12-25IO::Buffer improvements and documentation. (#9329)Samuel Williams
2023-03-31Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594)Samuel Williams
2022-10-15Update `Fiber::Scheduler` documentation. (#6562)Samuel Williams
2022-10-15Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams
2022-10-12Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams
2022-09-08[Bug #5317] Use `rb_off_t` instead of `off_t`Nobuyoshi Nakada
2022-07-27Adjust styles [ci skip]Nobuyoshi Nakada
2022-04-14[DOC] add missing size params in fiber scheduler.h (#5441)Alex Matchneer
2021-12-25Fix typos [ci skip]Kazuhiro NISHIYAMA
2021-12-24Improvements to `rb_io_wait` return value handling and internal implementatio...Samuel Williams
2021-12-23Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams
2021-12-18Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-09-10include/ruby/fiber/scheduler.h: add doxygen卜部昌平
2021-06-14Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams
2021-04-10Fix symbol export.Samuel Williams
2021-03-30Disable public interface for now.Samuel Williams
2021-03-30Fix native implementation.Samuel Williams
2021-03-30Add hook for `Timeout.timeout`.Samuel Williams
2021-02-09Updated pre-prototype declarationsNobuyoshi Nakada
2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams