joboccara/pipes

fifo

Opened this issue · 2 comments

could this be used to implement a fifo? if so, is this thread-safe or thread-unsafe

If by fifo you mean that the elements coming in a pipe come out in the same order, then with the pipes currently implemented in the library yes.
Could you please be more specific about thread safety ? Which use case do you have in mind?

If by fifo you mean that the elements coming in a pipe come out in the same order, then with the pipes currently implemented in the library yes.
Could you please be more specific about thread safety ? Which use case do you have in mind?

Like a Thread-Safe Queue