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
|
||||
Init_socket(void)
|
||||
{
|
||||
rb_ext_ractor_safe(true);
|
||||
|
||||
rsock_init_basicsocket();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue