Hacker News new | past | comments | ask | show | jobs | submit login

In Go you can control the length of the channel queue, and chan create a zero-buffering channel which blocks the writer until a reader is available. Unfortunately mkfifo does not seem to allow this at all.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: