issues
search
simonmar
/
async
Run IO operations asynchronously and wait for their results
BSD 3-Clause "New" or "Revised" License
323
stars
65
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add `withAsyncThrow`?
#161
lazamar
opened
4 days ago
1
Support ghc-9.12
#160
erikd
closed
1 week ago
0
Bump CI to GHC 9.10.1, allow hashable-1.5
#159
andreasabel
closed
2 months ago
0
bump hashable upper bound <1.6
#158
mhitza
closed
2 months ago
1
Allow hashable-1.5
#157
phadej
closed
2 months ago
0
Allow base-4.20, bump CI to GHC 9.10
#156
andreasabel
closed
7 months ago
3
Allow disabling hashable dependency
#155
414owen
closed
9 months ago
3
Remove empty list error states in `waitAny*` functions
#154
414owen
opened
11 months ago
1
Avoid importing everything from `GHC.Conc`
#153
edsko
closed
11 months ago
0
Traversals where each thread is sequentially labeled
#152
Icelandjack
opened
1 year ago
0
The new `Internal` module is marked as `Trustworthy`.
#151
phadej
closed
1 year ago
4
Allow base-4.19 (GHC 9.8), update CI to latest GHCs
#150
andreasabel
closed
1 year ago
0
Support ghc-9.8.1
#149
erikd
closed
1 year ago
1
Can I use mapConcurrently with afterwards sorting the results of the list?
#148
Oleksandr-Zhabenko
opened
1 year ago
8
Missing `withAsyncBoundWithUnmask`?
#147
NicolasT
opened
1 year ago
0
Rename mapConcurrently and mapConcurrently_
#146
treeowl
opened
1 year ago
0
Bump base for GHC 9.6.1, update CI
#145
andreasabel
closed
1 year ago
0
SomeAsync and value replacement
#144
treeowl
opened
1 year ago
1
Eq instance is shady
#143
treeowl
opened
1 year ago
6
Add cancelMany
#142
treeowl
closed
1 year ago
1
Should thread IDs be stored weakly?
#141
treeowl
opened
1 year ago
3
Support GHC 9.6
#140
Lysxia
closed
1 year ago
1
Generalise 'waitAny' & co to use Foldable
#139
sheaf
opened
1 year ago
2
Expose internals
#138
parsonsmatt
closed
1 year ago
3
Expose internals
#137
parsonsmatt
opened
1 year ago
0
Support `base-4.17`
#136
parsonsmatt
closed
2 years ago
1
Bump base to <4.18 and CI to latest GHC major versions (fixes #133)
#135
andreasabel
closed
2 years ago
1
bump base upper bound to < 4.18
#134
mitchellwrosen
closed
2 years ago
2
Support GHC 9.4
#133
andreasabel
closed
2 years ago
0
waitAny(Catch): clarify non-empty input list requirement
#132
runeksvendsen
closed
2 years ago
0
fix typos
#131
ghost
closed
2 years ago
0
Missing documentation: `waitAny []` throws `BlockedIndefinitelyOnSTM`
#130
runeksvendsen
closed
2 years ago
3
Fix withAsyncWithUnmask
#129
basvandijk
closed
2 years ago
2
docs: Document that `withAsync` does not propagate exceptions in the first argument
#128
nh2
opened
2 years ago
1
Musings on an Alternative instance for ConcurrentlyE
#127
danidiaz
opened
2 years ago
1
Semigroup and Monoid instances for ConcurrentlyE
#126
danidiaz
closed
1 year ago
0
Allow hashable-1.4
#125
phadej
closed
3 years ago
0
Allow hashable 1.4
#124
sjakobi
closed
2 years ago
2
Fix failing concurrentlyE tests in older GHCs.
#123
danidiaz
closed
3 years ago
0
Support GHC 9.2 (base bump)
#122
andreasabel
closed
3 years ago
3
Change example for "thread leak" to better one
#121
srghma
opened
3 years ago
1
Add ConcurrentlyE.
#120
danidiaz
closed
3 years ago
1
Adjust to monomorphic type of fork# and forkOn#
#119
arybczak
closed
3 years ago
0
Explain linkOnly implementation
#118
treeowl
closed
3 years ago
8
Document that empty for Concurrently waits forever.
#117
danidiaz
closed
3 years ago
0
Haskell-CI with GitHub Actions for 7.0.4 -- 9.2-rc1
#116
andreasabel
closed
3 years ago
2
Relax bounds for ghc-9.0.1
#115
facundominguez
closed
3 years ago
3
forkFinally
#114
hasufell
closed
3 years ago
4
`concurrently` doesn't compose well with `forever`
#113
infinity0
opened
4 years ago
0
`concurrently` for many actions
#112
marcosh
closed
4 years ago
1
Next