crystal-lang / crystal

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

Undocument `IO::Evented` #14749

Closed straight-shoota closed 5 days ago

straight-shoota commented 6 days ago

IO::Evented is an OS-specific implementation detail of the event loop that leaked out to the documentation. It should've never been part of the public API.

Ref https://github.com/crystal-lang/crystal/issues/14747#issuecomment-2188530095