theatre
stm-containers
Our great sponsors
theatre | stm-containers | |
---|---|---|
0 | 1 | |
8 | 54 | |
- | - | |
5.1 | 0.0 | |
3 months ago | over 1 year ago | |
Haskell | Haskell | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
theatre
We haven't tracked posts mentioning theatre yet.
Tracking mentions began in Dec 2020.
stm-containers
-
How to achieve "Run at most one parallel async action per user"?
how about use stm-containers?
What are some alternatives?
simple-actors - A Haskell library providing an idiomatic implementation of the actor model of concurrency
async - Run IO operations asynchronously and wait for their results
threads - Fork threads and wait for their result
timeout - Generalized sleep and timeout functions
stm-incremental - A very simple interface for incremental computation using STM in Haskell.
ctrie - Non-blocking concurrent hashmap for Haskell
async-dejafu - Systematic concurrency testing meets Haskell.
stm-chunked-queues - Thread communication queues that group items/requests that occur close together in time
named-lock - A named lock that is created on demand.
conceit - Concurrently + Either
concurrent-extra - Extra concurrency primitives
lifted-async - Run lifted IO operations asynchronously and wait for their results