summaryrefslogtreecommitdiff
path: root/cont.c
AgeCommit message (Expand)Author
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
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-02-28Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-01-11Let execution context local storage be an ID tableLourens Naudé
2020-01-02Fully separate positional arguments and keyword argumentsJeremy Evans
2019-12-26decouple internal.h headers卜部昌平
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-11-28Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0Nobuyoshi Nakada
2019-11-04Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-11-01ruby_mimmalloc can return NULL卜部昌平
2019-10-28Fix continuation mark / compactAaron Patterson