package
1.4.5-hsc
Repository: https://github.com/mike76-dev/hostscore.git
Documentation: pkg.go.dev

# Variables

ErrStopped is returned by ThreadGroup methods if Stop has already been called.

# Structs

A ThreadGroup is a one-time-use object to manage the life cycle of a group of threads.
TryMutex provides a mutex that allows you to attempt to grab a mutex, and then fail if the mutex is either not grabbed immediately or is not grabbed by the specified duration.