Releases: DoNewsCode/core-pool
Releases · DoNewsCode/core-pool
v0.1.2
v0.1.1
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