Skip to content

Releases: DoNewsCode/core-pool

v0.1.2

05 Jan 10:21
Compare
Choose a tag to compare
  • fix: if the pool is saturated, execute the job in the current goroutine

v0.1.1

21 Dec 12:33
dd1a0ab
Compare
Choose a tag to compare
Merge pull request #7 from DoNewsCode/Reasno-patch-1

The original default shutdown event is tightly coupled to HTTP and gRPC servers. If one of any servers is missing, goroutines will be leaked. This PR removes the
default shutdown events. These events can be added by using the WithShutdownEvents option.

BREAKING CHANGE

v0.1.0

03 Dec 09:18
6aae637
Compare
Choose a tag to compare
Merge pull request #6 from GGXXLL/master

feat: rename newPool to NewPool