Skip to content

Releases: DoNewsCode/core-pool

v0.1.2

Choose a tag to compare

@Reasno Reasno released this 05 Jan 10:21
  • fix: if the pool is saturated, execute the job in the current goroutine

v0.1.1

Choose a tag to compare

@Reasno Reasno released this 21 Dec 12:33
dd1a0ab
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

Choose a tag to compare

@Reasno Reasno released this 03 Dec 09:18
6aae637
Merge pull request #6 from GGXXLL/master

feat: rename newPool to NewPool