# 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.