repositorypackage
0.0.2
Repository: https://github.com/alecthomas/concurrency.git
Documentation: pkg.go.dev
# README
A collection of types and functions for structured concurrency
This package centres around a managed tree of goroutines. An error in any goroutine or sub-tree will cancel the entire tree. Each node in the tree is a group of goroutines that can be waited on.
There are also useful concurrent functions that utilise the tree.