Skip to content

WIP: Avoid potentially blocking buffered IO on stdin after select

Erno requested to merge read-syscall-for-stdin into master

os.read() maps to unix read(2) system call, which shouldn't block after select indicated the fd is readable.

Edited by Rauli Kaksonen

Merge request reports