Nobuyoshi Nakada
|
a202408180
|
Fix typos
|
2021-11-02 19:17:37 +09:00 |
|
卜部昌平
|
0ea157136f
|
postscript about rb_mutex_sleep
Asked ko1 about the design. [ci skip]
|
2021-09-10 20:00:06 +09:00 |
|
卜部昌平
|
45803af58c
|
include/ruby/internal/intern/thread.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
|
2021-09-10 20:00:06 +09:00 |
|
卜部昌平
|
94e5953b48
|
sed -i 's/. They/. They/'
Truly editorial fix for comments. This works better with Emacs'
set-justification-full function. [ci skip]
|
2021-09-10 20:00:06 +09:00 |
|
Nobuyoshi Nakada
|
3b52230452
|
Define functions using rb_wait_for_single_fd [Bug #18046]
|
2021-08-01 06:49:07 +09:00 |
|
Samuel Williams
|
45e65f302b
|
Deprecate and rework old (fd) centric functions.
|
2021-06-22 22:48:57 +12:00 |
|
Samuel Williams
|
1b3a6847be
|
Move declarations to private internal/thread.h header.
|
2020-07-20 13:20:58 +12:00 |
|
Samuel Williams
|
f3462d99a3
|
Rename rb_current_thread_scheduler to rb_thread_scheduler_if_nonblocking .
Correctly capture thread before releasing GVL and pass as argument to
`rb_thread_scheduler_if_nonblocking`.
|
2020-07-20 13:20:58 +12:00 |
|
Samuel Williams
|
0e3b0fcdba
|
Thread scheduler for light weight concurrency.
|
2020-05-14 22:10:55 +12:00 |
|
卜部昌平
|
9e41a75255
|
sed -i 's|ruby/impl|ruby/internal|'
To fix build failures.
|
2020-05-11 09:24:08 +09:00 |
|
卜部昌平
|
b85fd1d690
|
mv include/ruby/{impl,internal}
Devs do not love "impl".
|
2020-05-11 09:24:08 +09:00 |
|