Koichi Sasada d578684989 rb_thread_lock_native_thread()
Introduce `rb_thread_lock_native_thread()` to allocate dedicated
native thread to the current Ruby thread for M:N threads.
This C API is similar to Go's `runtime.LockOSThread()`.

Accepted at https://github.com/ruby/dev-meeting-log/blob/master/2023/DevMeeting-2023-08-24.md
(and missed to implement on Ruby 3.3.0)
2024-02-21 15:38:29 +09:00
..
2024-02-21 15:38:29 +09:00
2023-11-30 08:19:28 +00:00
2023-11-07 06:55:45 +00:00
2024-02-08 14:43:56 +09:00
2023-12-28 18:03:58 +11:00
2023-11-07 08:50:40 +00:00
2024-02-04 16:43:09 +09:00