Ecosyste.ms: Issues

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

GitHub / alitto/pond issues and pull requests

#72 - Drain tasks in an unblocked way to avoid data race

Pull Request - State: closed - Opened by hongkuancn 29 days ago - 1 comment

#71 - Fix bug that worker doesn't return after context cancel

Pull Request - State: closed - Opened by hongkuancn about 1 month ago - 1 comment

#70 - Data race due to "Unsynchronized send and close operations"

Issue - State: closed - Opened by hongkuancn about 1 month ago - 3 comments

#69 - Data race due to Unsynchronized send and close operations`

Issue - State: closed - Opened by hongkuancn about 1 month ago

#67 - Return context in Stop() to notify user when everything has been stopped

Pull Request - State: closed - Opened by CorentinClabaut 3 months ago - 1 comment

#66 - fix(codecov): update project coverage target

Pull Request - State: closed - Opened by alitto 3 months ago - 1 comment

#65 - chore(go): bump max supported go version to 1.22

Pull Request - State: closed - Opened by alitto 3 months ago - 1 comment

#64 - chore(workflows): update go version and tested versions in github actions workflow

Pull Request - State: closed - Opened by alitto 4 months ago - 1 comment

#60 - Added option to WorkGroup to limit the number of concurrently runned tasks

Pull Request - State: open - Opened by opengs 4 months ago - 2 comments

#59 - Feature request: Add "Join" functionality to the group

Issue - State: open - Opened by opengs 4 months ago - 1 comment

#58 - Add started tasks count and time

Pull Request - State: closed - Opened by DmitriyO 5 months ago

#57 - Initial-version

Pull Request - State: closed - Opened by DmitriyO 5 months ago

#56 - Nested groups hang

Issue - State: open - Opened by koenbok 5 months ago - 1 comment

#55 - Setting unlimited maxCapacity, int vs uint

Issue - State: open - Opened by Kaszanas 6 months ago - 2 comments

#54 - Bump google.golang.org/protobuf from 1.26.0-rc.1 to 1.33.0 in /examples/prometheus

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago - 1 comment
Labels: dependencies

#53 - What is the best way to handle errors?

Issue - State: open - Opened by kdonthi 9 months ago - 1 comment

#52 - Will requesting to submit an asynchronous task cause blocking?

Issue - State: closed - Opened by irainbw 10 months ago - 1 comment

#50 - support task priority

Issue - State: open - Opened by jasper-zhang 11 months ago

#49 - run stop panic

Issue - State: open - Opened by liusl104 12 months ago

#47 - metric problem

Issue - State: open - Opened by mylxy about 1 year ago - 3 comments

#46 - IdleWorkers RunningWorkers

Issue - State: closed - Opened by mylxy over 1 year ago - 3 comments

#44 - docs: format doc

Pull Request - State: closed - Opened by rfyiamcool over 1 year ago - 1 comment

#42 - Bump golang.org/x/sys from 0.0.0-20210603081109-ebe580a85c40 to 0.1.0 in /examples/prometheus

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#41 - Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1 in /examples/prometheus

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#41 - Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1 in /examples/prometheus

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#41 - Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.1 in /examples/prometheus

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#40 - Return Context error if it is canceled before at least 1 task failed

Pull Request - State: closed - Opened by alitto over 1 year ago

#40 - Return Context error if it is canceled before at least 1 task failed

Pull Request - State: closed - Opened by alitto over 1 year ago

#40 - Return Context error if it is canceled before at least 1 task failed

Pull Request - State: closed - Opened by alitto over 1 year ago

#39 - fix Submit(), on ARM 32-bit cpus

Pull Request - State: closed - Opened by mcuadros over 1 year ago - 2 comments

#39 - fix Submit(), on ARM 32-bit cpus

Pull Request - State: closed - Opened by mcuadros over 1 year ago - 2 comments

#38 - Crash on arm 32-bits (RPi4)

Issue - State: closed - Opened by mcuadros over 1 year ago

#38 - Crash on arm 32-bits (RPi4)

Issue - State: closed - Opened by mcuadros over 1 year ago

#37 - Synchronize read & write of `TaskGroupWithContext`'s `err` variable

Pull Request - State: closed - Opened by thekondor almost 2 years ago

#37 - Synchronize read & write of `TaskGroupWithContext`'s `err` variable

Pull Request - State: closed - Opened by thekondor almost 2 years ago

#37 - Synchronize read & write of `TaskGroupWithContext`'s `err` variable

Pull Request - State: closed - Opened by thekondor almost 2 years ago

#36 - pond.New(30, 100, pond.MinWorkers(30)) creates 60 goroutines not 30

Issue - State: closed - Opened by hmedkouri about 2 years ago - 2 comments

#36 - pond.New(30, 100, pond.MinWorkers(30)) creates 60 goroutines not 30

Issue - State: closed - Opened by hmedkouri about 2 years ago - 2 comments

#36 - pond.New(30, 100, pond.MinWorkers(30)) creates 60 goroutines not 30

Issue - State: closed - Opened by hmedkouri about 2 years ago - 2 comments

#35 - Unaligned 64-bit atomic operation error when built for linux

Issue - State: closed - Opened by dave-filion about 2 years ago - 2 comments

#35 - Unaligned 64-bit atomic operation error when built for linux

Issue - State: closed - Opened by dave-filion about 2 years ago - 2 comments

#35 - Unaligned 64-bit atomic operation error when built for linux

Issue - State: closed - Opened by dave-filion about 2 years ago - 2 comments

#34 - Prevent deadlock when purging idle worker during task submission

Pull Request - State: closed - Opened by alitto about 2 years ago - 1 comment

#34 - Prevent deadlock when purging idle worker during task submission

Pull Request - State: closed - Opened by alitto about 2 years ago - 1 comment

#33 - Deadlock on zero minimum workers

Issue - State: closed - Opened by sermojohn about 2 years ago - 3 comments
Labels: good first issue

#32 - Polish docs

Pull Request - State: closed - Opened by lonre about 2 years ago - 1 comment

#32 - Polish docs

Pull Request - State: closed - Opened by lonre about 2 years ago - 1 comment

#32 - Polish docs

Pull Request - State: closed - Opened by lonre about 2 years ago - 1 comment

#30 - Implement task group associated to a Context & more

Pull Request - State: closed - Opened by alitto over 2 years ago - 1 comment

#30 - Implement task group associated to a Context & more

Pull Request - State: closed - Opened by alitto over 2 years ago - 1 comment

#29 - error handling

Issue - State: closed - Opened by caevv over 2 years ago - 4 comments

#28 - Allow concurrent calls to StopAndWait

Pull Request - State: closed - Opened by alitto over 2 years ago - 1 comment

#27 - Prevent "send on closed channel" panic in purger goroutine

Pull Request - State: closed - Opened by alitto over 2 years ago - 3 comments

#27 - Prevent "send on closed channel" panic in purger goroutine

Pull Request - State: closed - Opened by alitto over 2 years ago - 3 comments

#26 - Fix panic when purge idle goroutines, but the tasks channel has been closed

Pull Request - State: closed - Opened by chenyahui over 2 years ago - 4 comments
Labels: good first issue

#25 - goroutine running on other thread; stack unavailable

Issue - State: closed - Opened by anpenggang over 2 years ago - 2 comments

#25 - goroutine running on other thread; stack unavailable

Issue - State: closed - Opened by anpenggang over 2 years ago - 2 comments

#25 - goroutine running on other thread; stack unavailable

Issue - State: closed - Opened by anpenggang over 2 years ago - 2 comments

#24 - Pool context option & stop with timeout

Pull Request - State: closed - Opened by alitto over 2 years ago - 1 comment

#24 - Pool context option & stop with timeout

Pull Request - State: closed - Opened by alitto over 2 years ago - 1 comment

#24 - Pool context option & stop with timeout

Pull Request - State: closed - Opened by alitto over 2 years ago - 1 comment

#23 - Question: What happens to the pool when a worker panic

Issue - State: closed - Opened by Tochemey over 2 years ago - 3 comments

#23 - Question: What happens to the pool when a worker panic

Issue - State: closed - Opened by Tochemey over 2 years ago - 3 comments

#23 - Question: What happens to the pool when a worker panic

Issue - State: closed - Opened by Tochemey over 2 years ago - 3 comments

#22 - Improve handling of tasks submitted to a stopped pool

Pull Request - State: closed - Opened by alitto almost 3 years ago - 1 comment

#22 - Improve handling of tasks submitted to a stopped pool

Pull Request - State: closed - Opened by alitto almost 3 years ago - 1 comment

#22 - Improve handling of tasks submitted to a stopped pool

Pull Request - State: closed - Opened by alitto almost 3 years ago - 1 comment

#21 - does pond support serial queue?

Issue - State: closed - Opened by haifenghuang almost 3 years ago - 3 comments

#21 - does pond support serial queue?

Issue - State: closed - Opened by haifenghuang almost 3 years ago - 3 comments

#20 - Exceptions may occur when closing the pool

Issue - State: closed - Opened by zhu121 almost 3 years ago - 7 comments

#20 - Exceptions may occur when closing the pool

Issue - State: closed - Opened by zhu121 almost 3 years ago - 7 comments

#20 - Exceptions may occur when closing the pool

Issue - State: closed - Opened by zhu121 almost 3 years ago - 7 comments

#19 - Access channel concurrently

Issue - State: closed - Opened by zhu121 almost 3 years ago - 3 comments

#19 - Access channel concurrently

Issue - State: closed - Opened by zhu121 almost 3 years ago - 3 comments

#19 - Access channel concurrently

Issue - State: closed - Opened by zhu121 almost 3 years ago - 3 comments

#18 - Why use atomic.AddInt32() and sync.Mutex at the same time

Issue - State: closed - Opened by zhu121 almost 3 years ago - 2 comments

#18 - Why use atomic.AddInt32() and sync.Mutex at the same time

Issue - State: closed - Opened by zhu121 almost 3 years ago - 2 comments

#17 - Iterating over a slice of strings (paths to files) and applying this to it

Issue - State: closed - Opened by robinryden almost 3 years ago - 2 comments

#17 - Iterating over a slice of strings (paths to files) and applying this to it

Issue - State: closed - Opened by robinryden almost 3 years ago - 2 comments

#17 - Iterating over a slice of strings (paths to files) and applying this to it

Issue - State: closed - Opened by robinryden almost 3 years ago - 2 comments

#16 - Upgrade to go v1.17

Pull Request - State: closed - Opened by alitto almost 3 years ago

#16 - Upgrade to go v1.17

Pull Request - State: closed - Opened by alitto almost 3 years ago

#15 - add support go 1.17.x

Issue - State: closed - Opened by vay3t almost 3 years ago - 11 comments

#15 - add support go 1.17.x

Issue - State: closed - Opened by vay3t almost 3 years ago - 11 comments

#14 - Prevent WaitingTasks counter to wrap around and upgrade to Go v1.16

Pull Request - State: closed - Opened by alitto about 3 years ago - 1 comment

#14 - Prevent WaitingTasks counter to wrap around and upgrade to Go v1.16

Pull Request - State: closed - Opened by alitto about 3 years ago - 1 comment

#14 - Prevent WaitingTasks counter to wrap around and upgrade to Go v1.16

Pull Request - State: closed - Opened by alitto about 3 years ago - 1 comment

#13 - Passing variables to function in pool

Issue - State: closed - Opened by hb0nes about 3 years ago - 3 comments

#13 - Passing variables to function in pool

Issue - State: closed - Opened by hb0nes about 3 years ago - 3 comments

#12 - Handling Concurrency

Issue - State: closed - Opened by git-blame about 3 years ago - 5 comments

#11 - @titanxxh fix benchmark typo

Pull Request - State: closed - Opened by titanxxh over 3 years ago - 1 comment

#10 - Any way to pause it?

Issue - State: closed - Opened by Numenorean over 3 years ago - 2 comments

#10 - Any way to pause it?

Issue - State: closed - Opened by Numenorean over 3 years ago - 2 comments

#10 - Any way to pause it?

Issue - State: closed - Opened by Numenorean over 3 years ago - 2 comments