Y
Hacker News
new
|
ask
|
show
|
jobs
by
foota
667 days ago
Maybe I misunderstand, but if the ring buffer is full isn't it ok for the sender to just block?
1 comments
mort96
667 days ago
Yeah, and if the ring buffer is empty it's okay for the receiver to just block... exactly as happens today with pipes
link