summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
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
2020-12-21Document Fiber#backtrace and #backtrace_locationszverok
2020-12-12Let Fiber#raise work with transferring fibersnicholas a. evans
2020-11-22Remove obsoleted internal/mjit.h inclusionTakashi Kokubun
2020-11-21Make sure all threads are scanned on unload_unitsTakashi Kokubun
2020-11-18fix public interfaceKoichi Sasada
2020-11-12strip trailing spaces and adjusted indents [ci skip]Nobuyoshi Nakada
2020-11-07Rename to `Fiber#set_scheduler`.Samuel Williams
2020-10-14Remove duplicated line [ci skip]Kazuhiro NISHIYAMA
2020-10-12relax Fiber#transfer's restrictionKoichi Sasada
2020-10-01Fix a use-after-free bug reported by ASANAaron Patterson
2020-09-14Make Mutex per-Fiber instead of per-ThreadBenoit Daloze
2020-09-14Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams
2020-09-03Introduce Ractor mechanism for parallel executionKoichi Sasada
2020-08-18Expose ec -> backtrace (internal) and use it to implement fiber backtrace.Samuel Williams
2020-06-05Ensure that the head of the vacancy list is correctly inserted into the linke...Samuel Williams
2020-05-25Fix documentation for Fiber#raise [ci skip]Jeremy Evans
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-11Added more NORETURN declarationsNobuyoshi Nakada