https://github.com/agrafix/pulse
Haskell: Synchronize multiple actions to be triggered as parallel as possible
https://github.com/agrafix/pulse
Last synced: about 1 year ago
JSON representation
Haskell: Synchronize multiple actions to be triggered as parallel as possible
- Host: GitHub
- URL: https://github.com/agrafix/pulse
- Owner: agrafix
- License: bsd-3-clause
- Created: 2016-06-04T08:54:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T09:05:59.000Z (about 10 years ago)
- Last Synced: 2025-04-04T15:46:22.951Z (about 1 year ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/pulse
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The pulse library
This is a simple Haskell library that allows to synchronize multiple actions to be triggered as parallel as possible. Note that you will need to compile and run your application with the threaded Haskell runtime.