use RB_VM_LOCK_ENTER()
RB_VM_LOCK_ENTER()
We found that we need to make Ruby objects while locking the environ to ENV operation atomically, so we decided to use RB_VM_LOCK_ENTER() instead of env_lock.
env_lock
use
RB_VM_LOCK_ENTER()We found that we need to make Ruby objects while locking the environ
to ENV operation atomically, so we decided to use
RB_VM_LOCK_ENTER()instead of
env_lock.