crystal-lang / crystal

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

Drop `IO::Overlapped` #14704

Closed straight-shoota closed 2 weeks ago

straight-shoota commented 3 weeks ago

Removes the module IO::Overlapped which is included in IO::FileDescriptor and Socket. All methods are moved to the Crystal::IOCP namespace.