NAME
Linux::Event::IO - application data I/O namespace
DESCRIPTION
Linux::Event::IO is a namespace category, not a generic I/O object. Applications choose a concrete leaf such as Linux::Event::IO::Pipe, Linux::Event::IO::TTY, or a socket type below Linux::Event::IO::Sock.
Concrete leaves accept constructor callback closures. Subclasses remain the declarative home for reusable native framing, TLS, socket policy, and cached I/O tuning; constructor callbacks may override named methods per object.