-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Description
The following hangs until something is written to test:
fifopath = Libc.mkfifo("test")
iofifo = open(fifopath, "r")I think it should be possible to open a fifo regardless of whether there is data yet or not. If there is no data, probably eof(iofifo) should be true immediately after opening.
Metadata
Metadata
Assignees
Labels
No labels