Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
«
Previous
|
Next
»
Revision 702dc116
Added by
ko1 (Koichi Sasada)
about 3 years
ago
ID
702dc116c4fd8906cc65c4ac2a991a2e0df54a63
Parent
4b14b290
Child
69d41480
refactoring thread inits in vm.c
th_init
accepts vm and ractor.
remove
ruby_thread_init
because it is duplicated with
th_init
.
add some comments.
Loading...
refactoring thread inits in vm.c
th_init
accepts vm and ractor.ruby_thread_init
because it is duplicated withth_init
.