Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fifo #54

Open
mgood7123 opened this issue Aug 30, 2020 · 2 comments
Open

fifo #54

mgood7123 opened this issue Aug 30, 2020 · 2 comments

Comments

@mgood7123
Copy link

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

@joboccara
Copy link
Owner

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?

@mgood7123
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants