index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cont.c
Age
Commit message (
Expand
)
Author
2021-09-30
rb_fiber_raise(): add doxygen
卜部昌平
2021-09-20
Expose `rb_fiber_raise` and tidy up the internal implementation.
Samuel Williams
2021-09-02
Suppress format-pedantic warnings
Nobuyoshi Nakada
2021-08-10
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-08-07
Remove unneeded rb_fiber_transfer_kw declaration
S-H-GAMELINKS
2021-08-02
Using RBOOL macro
S.H
2021-07-18
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-07-17
cont.c: fix formatting of RDoc for Fiber class
Kazuki Yamaguchi
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-06-12
cont.c: Replace "iff" with "if and only if"
nagachika
2021-06-03
Suppress clobbered warnings on Travis-CI ppc64le-linux
Nobuyoshi Nakada
2021-06-03
Expose `rb_fiber_transfer` and `rb_fiber_transfer_kw`.
Samuel Williams
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2021-03-30
Fix handling of timeout accessing scheduler outside of non-blocking context.
Samuel Williams
2021-03-29
fiber context update for Mac OS.
David CARLIER
2021-03-22
solaris/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-12
Renamed functions for Fiber singleton methods
Nobuyoshi Nakada
2021-03-12
Constified variables for getenv
Nobuyoshi Nakada
2021-02-24
rb_fiber_terminate never returns
Nobuyoshi Nakada
2021-02-22
Send :fiber_switch event for almost every fiber_switch (#4207)
nicholas a. evans
2021-02-09
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-01-13
Moved 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-28
Adjusted styles [ci skip]
Nobuyoshi Nakada
2020-12-27
Language tweaks to Fiber [doc]
Marc-Andre Lafortune
2020-12-24
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2020-12-24
Redocument non-blocking Fibers and scheduler
zverok
2020-12-24
Review comments
zverok
2020-12-24
Redocument Fiber#transfer
zverok
2020-12-23
Enable `Fiber.current` and `Fiber#alive?` call inside ractor
Delton Ding
2020-12-21
Update Fiber#backtrace doc [See bug #17408]
Marc-Andre Lafortune
2020-12-21
Document Fiber#backtrace and #backtrace_locations
zverok
2020-12-12
Let Fiber#raise work with transferring fibers
nicholas a. evans
2020-11-22
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-21
Make sure all threads are scanned on unload_units
Takashi Kokubun
2020-11-18
fix public interface
Koichi Sasada
2020-11-12
strip trailing spaces and adjusted indents [ci skip]
Nobuyoshi Nakada
2020-11-07
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-10-14
Remove duplicated line [ci skip]
Kazuhiro NISHIYAMA
2020-10-12
relax Fiber#transfer's restriction
Koichi Sasada
2020-10-01
Fix a use-after-free bug reported by ASAN
Aaron Patterson
2020-09-14
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
Rename `Fiber{}` to `Fiber.schedule{}`.
Samuel Williams
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-08-18
Expose ec -> backtrace (internal) and use it to implement fiber backtrace.
Samuel Williams
2020-06-05
Ensure that the head of the vacancy list is correctly inserted into the linke...
Samuel Williams
2020-05-25
Fix documentation for Fiber#raise [ci skip]
Jeremy Evans
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
[next]