summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
2022-05-26Remove unnecessary ignore warnings.Samuel Williams
2022-05-25Ensure we retain the main fiber stack bounds.Samuel Williams
2022-05-25Tidy up redundant returns.Samuel Williams
2022-05-25Add support for address sanitizer for amd64 and arm64.Samuel Williams
2022-03-24Add ISEQ_BODY macroPeter Zhu
2022-03-18Fix potential memory leak at fiber poolNobuyoshi Nakada
2022-03-18Fix compilation error with `RB_EXPERIMENTAL_FIBER_POOL`Nobuyoshi Nakada
2022-03-15[DOC]Fix FreeBSD Bugzilla linkS-H-GAMELINKS
2022-03-13Fix conversion macro for `size_t`Nobuyoshi Nakada
2022-03-13Fix experimental Fiber::Pool definitionNobuyoshi Nakada
2022-01-19`rb_fiber_terminate` must not return [Bug #18497]Nobuyoshi Nakada
2022-01-01Negative RBOOL usageNobuyoshi Nakada
2021-12-21Tidy up fiber scheduler interface documentation for `address_resolve` and `ti...Samuel Williams
2021-12-21Update cont.cSamuel Williams
2021-12-21Add SchedulerInterface#timeout_after and #address_resolve docszverok
2021-12-21Document Fiber::SchedulerInterface#io_read and #io_writezverok
2021-11-30Fix conflicting declaration on SolarisNobuyoshi Nakada
2021-11-30Workaround for implicit declaration of function 'madvise' on SolarisNaohisa Goto
2021-09-30rb_fiber_raise(): add doxygen卜部昌平
2021-09-20Expose `rb_fiber_raise` and tidy up the internal implementation.Samuel Williams
2021-09-02Suppress format-pedantic warningsNobuyoshi Nakada
2021-08-10Remove root_jmpbuf in rb_thread_structNobuyoshi Nakada
2021-08-07Remove unneeded rb_fiber_transfer_kw declarationS-H-GAMELINKS
2021-08-02Using RBOOL macroS.H
2021-07-18Adjust styles [ci skip]Nobuyoshi Nakada
2021-07-17cont.c: fix formatting of RDoc for Fiber classKazuki Yamaguchi
2021-07-01Replace copy coroutine with pthread implementation.Samuel Williams
2021-06-12cont.c: Replace "iff" with "if and only if"nagachika
2021-06-03Suppress clobbered warnings on Travis-CI ppc64le-linuxNobuyoshi Nakada
2021-06-03Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.Samuel Williams
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2021-03-30Fix handling of timeout accessing scheduler outside of non-blocking context.Samuel Williams
2021-03-29fiber context update for Mac OS.David CARLIER
2021-03-22solaris/illumos build fix.David Carlier
2021-03-22[DOC] some methods of Fiber do not need to require anymore [Feature #17407]Kazuhiro NISHIYAMA
2021-03-12Renamed functions for Fiber singleton methodsNobuyoshi Nakada
2021-03-12Constified variables for getenvNobuyoshi Nakada
2021-02-24rb_fiber_terminate never returnsNobuyoshi Nakada
2021-02-22Send :fiber_switch event for almost every fiber_switch (#4207)nicholas a. evans
2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams
2021-01-13Moved Fiber methods into core [Feature #17407]Nobuyoshi Nakada
2021-01-05[DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer
2020-12-28Adjusted styles [ci skip]Nobuyoshi Nakada
2020-12-27Language tweaks to Fiber [doc]Marc-Andre Lafortune
2020-12-24Fix a typo [ci skip]Kazuhiro NISHIYAMA
2020-12-24Redocument non-blocking Fibers and schedulerzverok
2020-12-24Review commentszverok
2020-12-24Redocument Fiber#transferzverok
2020-12-23Enable `Fiber.current` and `Fiber#alive?` call inside ractorDelton Ding
2020-12-21Update Fiber#backtrace doc [See bug #17408]Marc-Andre Lafortune