Module
Queue
- Package
- purescript-queue
- Repository
- athanclark/purescript-queue
Un-indexed queues with a set of handlers - this is useful for sending messages to a set of recipients, where removing them individually from the queue isn't necessary (but incremental additions are). This could be useful in interfaces where the list of handlers strictly increases, then gets wiped all at once if desired (i.e. a feed of social media posts).