EIO
From Erights
EIO is the name given to E's non-blocking stream interfaces.
As the only implementor of EIO, Kevin Reid feels that the original design is too heavyweight; it effectively requires input streams to have buffers and an elaborate queueing mechanism, and does not map well to POSIX IO operations, thus creating inefficiency and discouraging compositional programming. Therefore, see EIO Redesign.
- This page is a stub; it should be expanded with more information. If doing so, check the original E web site and the mailing list archives for content which could be moved into this page.