package
0.1.1
Repository: https://github.com/safeblock-dev/wr.git
Documentation: pkg.go.dev

# Functions

New creates a new WaitGroup with the provided options.
PanicHandler allows changing the panic handler function of a WaitGroup.

# Structs

WaitGroup is a wrapper around sync.WaitGroup with a custom panic handler.

# Type aliases

Option represents an option that can be passed when instantiating a WaitGroup to customize it.