mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
socket is ractor-safe.
This commit is contained in:
parent
aa82b067cb
commit
a07f249803
1 changed files with 2 additions and 0 deletions
|
@ -1894,6 +1894,8 @@ socket_s_ip_address_list(VALUE self)
|
||||||
void
|
void
|
||||||
Init_socket(void)
|
Init_socket(void)
|
||||||
{
|
{
|
||||||
|
rb_ext_ractor_safe(true);
|
||||||
|
|
||||||
rsock_init_basicsocket();
|
rsock_init_basicsocket();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue