Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/basvandijk/threads

concurrency haskell

Last synced: about 4 hours ago

Repository metadata:

Fork threads and wait for their result


Owner metadata:


Committers metadata

Last synced: 1 day ago

Total Commits: 87
Total Committers: 12
Avg Commits per committer: 7.25
Development Distribution Score (DDS): 0.184

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Bas van Dijk v****s@g****m 71
Janus Troelsen j****s@f****m 3
Mikhail Glushenkov m****v@g****m 3
Roel van Dijk v****l@g****m 2
Greg Weber g****g@g****o 1
Janus Troelsen y****k@g****m 1
Mark Wotton m****n@g****m 1
Matthew Pickering m****g@g****m 1
Michael Snoyman m****l@s****m 1
Oleg Grenrus o****s@i****i 1
Sean Leather s****r@g****m 1
snowXman z****i@g****m 1

Issue and Pull Request metadata

Last synced: about 4 hours ago


Package metadata

hackage: threads

This package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. Besides waiting for the termination of a single thread this packages also provides functions to wait for a group of threads to terminate. This package is similar to the threadmanager, async and spawn packages. The advantages of this package are: Simpler API. More efficient in both space and time. No space-leak when forking a large number of threads. Correct handling of asynchronous exceptions. GHC specific functionality like forkOn and forkIOWithUnmask.

  • Homepage: https://github.com/basvandijk/threads
  • Licenses: BSD-3-Clause
  • Latest release: 0.3.1 (published about 14 years ago)
  • Last Synced: 2024-11-09T00:41:16.801Z (1 day ago)
  • Versions: 21
  • Dependent Packages: 1
  • Dependent Repositories: 160
  • Downloads: 36,051 Total
  • Rankings:
    • Dependent repos count: 3.069%
    • Downloads: 4.069%
    • Average: 8.843%
    • Dependent packages count: 10.472%
    • Forks count: 12.269%
    • Stargazers count: 14.337%
  • Maintainers (3)

Dependencies

threads.cabal hackage
  • base >=4.4 && <5
  • stm >=2.1
  • HUnit >=1.2.2 test
  • base >=4.4 && <5 test
  • concurrent-extra >=0.5.1 test
  • stm >=2.1 test
  • test-framework >=0.2.4 test
  • test-framework-hunit >=0.2.4 test
  • threads * test