Popularity
6.0
Declining
Activity
0.0
Stable
7
5
2
Monthly Downloads: 24
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Concurrency
threadmanager alternatives and similar packages
Based on the "Concurrency" category.
Alternatively, view threadmanager alternatives based on common mentions on social networks and blogs.
-
haxl
A Haskell library that simplifies access to remote data, such as databases or web-based services. -
chaselev-deque
A collection of different packages for CAS based data structures. -
unagi-chan
A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API -
lifted-threads
lifted IO operations from the threads library -
libcspm
The library FDR3 uses for parsing, type checking and evaluating machine CSP. -
cspmchecker
The library FDR3 uses for parsing, type checking and evaluating machine CSP. -
lifted-async
Run lifted IO operations asynchronously and wait for their results -
speculation
Safe, programmable, speculative evaluation for Haskell -
concurrent-machines
Concurrency features for the Haskell machines package -
threads-supervisor
Simple, IO-based Haskell library for Erlang-inspired thread supervisors -
concurrent-supply
A fast globally unique variable supply with a pure API -
slave-thread
A principal solution to ghost threads and silent exceptions -
sirkel
Sirkel; a Chord DHT in haskell. Node failure, replication and batteries included! -
timers
Simple package that implements timers. Both "one-shot" and "repeating" timers are implemented. -
concurrent-hashtable
A thread-safe hash table in Haskell -
token-bucket
Haskell rate limiter library using lazy token bucket algorithm -
split-channel
Control.Concurrent.Chan split into sending and receiving halves. -
unagi-bloomfilter
A fast, cache-efficient, concurrent bloom filter in Haskell
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!
SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of threadmanager or a related project?
README
This package is useful, but deprecated. In new code, please use threads instead.
A simple thread management API inspired by the one in chapter 24 of Real World Haskell.