purescript-queue
Queue
A data type designed to decouple function invocation from parameter application, allowing handlers to be added or removed as needed.
A queue-esque data type for purescript.
3 stars
3 watching
0 forks
Language: PureScript
last commit: almost 5 years ago
Linked from 1 awesome list
asynchandlerpubsubpurescriptpurescript-queue
Related projects:
Repository | Description | Stars |
---|---|---|
| A library providing binary serialization utilities for PureScript data types | 5 |
| An alternative signaling implementation modeled after Bodil's purescript-signal library, with unique features such as traversability and dynamic handler sets. | 5 |
| A JavaScript implementation of a priority queue data structure | 29 |
| A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 34 |
| A tiny and efficient JavaScript implementation of a data structure providing fast and amortized O(1) access to queues and dequeues. | 112 |
| A data structure implementation for managing elements of varying priorities in Swift | 372 |
| Middleware for Redux to queue and execute actions asynchronously | 112 |
| An asynchronous and distributed task queue based on Python asyncio framework | 438 |
| An opinionated set of bindings to the React library, providing optimized types and tools for basic use cases | 283 |
| A Purescript client for interacting with an Ethereum node. | 127 |
| A library that parses data from ArrayBuffer streams | 5 |
| A library implementing a priority queue with multiple backends and flexible configuration options. | 11 |
| A task queue client/worker for Node.js based on the Celery protocol. | 289 |
| A UI library built on top of Applicative-style programming to create reactive user interfaces | 286 |
| A React Native job queue with persistent storage and support for OS background tasks and worker threads | 794 |