elvish/async
Cheer Xiao e0cf2dd5c8 Implement reader with timeout using syscall.Select instead
The old implementation is not correct since it always tries to read one more
rune and os.Stdin is shared with forked subprocesses
2013-09-27 12:19:06 +08:00
..
async.go Revamp async.RuneReader 2013-09-22 18:49:37 +08:00
timedreader.go Implement reader with timeout using syscall.Select instead 2013-09-27 12:19:06 +08:00