//
pkg.gl
Category
github.com/xmlking/toolkit
util
closer
package
0.5.2
Repository:
https://github.com/xmlking/toolkit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
51 SLOC
#
Functions
NewCloser
NewCloser constructs a new Closer, with an initial count on the WaitGroup.
#
Structs
Closer
Closer holds the two things we need to close a goroutine and wait for it to finish: a chan to tell the goroutine to shut down, and a WaitGroup with which to wait for it to finish shutting down.