Project

General

Profile

« Previous | Next » 

Revision 702dc116

Added by ko1 (Koichi Sasada) about 3 years ago

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.