issues
search
sourcegraph
/
conc
Better structured concurrency for go
https://about.sourcegraph.com/blog/building-conc-better-structured-concurrency-for-go
MIT License
9.04k
stars
312
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
In `ErrorPool`, store errors as `[]error` instead of flattened `error`
#143
akallu
opened
3 days ago
0
Broken builds after sourcegraph went private
#142
sam-ulrich1
closed
1 month ago
3
Feature Request: Daemon/Sidekick Pool
#141
sbstp
opened
2 months ago
0
Adds word count example over Shakespear/Jane Austen works
#140
ttomsu
opened
2 months ago
0
Easier way to unwrap errors?
#139
ttomsu
closed
2 months ago
1
Request: linter that validates pools are waited on
#138
torkelrogstad
opened
2 months ago
0
Proposal: concurrency with 1.23 iterator
#137
amikai
opened
3 months ago
3
[Feature] `iter` support running from a map
#136
someblue
opened
6 months ago
2
Use custom go pool
#135
cocktail18
opened
6 months ago
0
Readme says version 1.0 is targeted for March 2023
#134
jangler
opened
9 months ago
4
pool: tasks can't launch tasks
#133
zephyrtronium
opened
10 months ago
0
Multierror: join errors at the end
#132
camdencheek
closed
10 months ago
1
goroutine leak
#131
miparnisari
closed
10 months ago
1
feat: add Makefile and run benchmarks as part of PRs
#130
miparnisari
closed
9 months ago
4
Reusable pools
#129
camdencheek
closed
9 months ago
0
Reset `ErrorPool` errors after calling `Wait()`
#128
tadejsv
closed
9 months ago
3
Exclusively use go1.20 multierrors
#127
camdencheek
closed
9 months ago
1
Make result order deterministic
#126
camdencheek
closed
9 months ago
3
Add a `WithKeyedResult` option to the result pool
#125
zhongdai
opened
11 months ago
1
Use *_test packages to make examples copy-pasteable
#124
kke
closed
12 months ago
1
Request: Implementing WaitAndRecover in each of the .*Pool
#123
Sharpe-x
closed
10 months ago
2
Create a new method GoWithClosure
#122
crossoverJie
closed
1 year ago
1
feat: Try executes f when f isn't nil
#121
kimistar
closed
12 months ago
1
[Feature] Separate data structures from pools
#120
jeschkies
closed
10 months ago
1
[Feature] Async returns
#119
jeschkies
closed
12 months ago
2
Add `WithFailFast()`
#118
camdencheek
closed
1 year ago
1
Remove outdated TODO
#117
camdencheek
closed
1 year ago
0
Add note about errors
#116
camdencheek
closed
1 year ago
1
Feature Request: Ordered ResultPool for function call order preservation
#115
nolotz
closed
10 months ago
7
feat(iter): Added context accepting variants of Map & ForEach
#114
rkoehl05
opened
1 year ago
2
How do I disable stacktrace output on panic?
#113
vodves-vodves
closed
1 year ago
2
always spawn a worker with the task it was supposed to complete
#112
Link512
closed
1 year ago
1
Question: When will guys release the first version?
#111
Abdulsametileri
closed
10 months ago
8
How to keep the order of result?
#110
piavgh
closed
1 year ago
3
Showcase using OWNERS files with Own
#109
cbart
closed
1 year ago
1
Allow pools to be reusable
#108
camdencheek
closed
1 year ago
1
Add `context` support to `Go` method?
#107
molon
closed
9 months ago
5
Unexpected behaviour during panic and with `WithCancelOnError` set
#106
antongocode
closed
1 year ago
2
Request: Support `WithContext` and `WithCancelOnError` in `stream`
#105
omerfirmak
opened
1 year ago
1
iter-err: add ForEachErr and ForEachIdxErr
#104
ninedraft
opened
1 year ago
5
Panic: send on closed channel
#103
chicknsoup
closed
1 year ago
4
希望能兼容 go 1.18版本
#102
cuijianguo
closed
1 year ago
2
Missing `Errors() []error` if used Go 1.20
#101
prochac
closed
1 year ago
2
fix: fix typ
#100
simlecode
closed
1 year ago
0
fix result_pool_test.go
#99
camdencheek
closed
1 year ago
0
fix logic error in the pool/result_pool_test.go
#98
DoctorYi
closed
1 year ago
2
multierror: move to internal package
#97
bobheadxi
closed
1 year ago
2
panics: reduce naming stutter in panics.RecoveredPanic
#96
bobheadxi
closed
1 year ago
1
Can the panic handling of the pool be done through the public middleware instead of the current function
#95
Mrmanbanpai
closed
1 year ago
2
Added successful case for context pool, returns before timeout
#94
zhongdai
closed
1 year ago
1
Next