crystal-lang / crystal

The Crystal Programming Language
https://crystal-lang.org
Apache License 2.0
19.21k stars 1.61k forks source link

Extract system implementation of `UNIXSocket.pair` as `Crystal::System::Socket.socketpair` #14675

Closed ysbaddaden closed 2 weeks ago

ysbaddaden commented 3 weeks ago

The implementation screamed to be extracted into Crystal::System::Socket.

Follow up to #14672.