-
Notifications
You must be signed in to change notification settings - Fork 8
Limiting size of internal queue #7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I think ideally these sorts of things would be built on top of |
Or I should say, while avar does have an internal queue, it is not a general purpose queue, but it can be used to implement concurrent queues like what you want. |
Agreed these should be built on top of |
I think this could be closed by as there is https://github.com/slamdata/purescript-concurrent-queues |
Right |
I am porting pipes-concurrency to purescript and am looking for a suitable way to implement the buffering of values.
I need to implement:
Do you think this project is the right candidate to implement
Newest Int
andBounded Int
on top of?The text was updated successfully, but these errors were encountered: