rename to rb_ractor_make_shareable_copy()
from rb_ractor_make_copy_shareable().
This commit is contained in:
parent
9c73c75624
commit
7600f69a8e
2
ractor.c
2
ractor.c
@ -2440,7 +2440,7 @@ rb_ractor_make_shareable(VALUE obj)
|
||||
}
|
||||
|
||||
VALUE
|
||||
rb_ractor_make_copy_shareable(VALUE obj)
|
||||
rb_ractor_make_shareable_copy(VALUE obj)
|
||||
{
|
||||
VALUE copy = ractor_copy(obj);
|
||||
rb_obj_traverse(copy,
|
||||
|
Loading…
x
Reference in New Issue
Block a user