Go library to run code concurrently
For full documentation see the GoDoc.
- GoN - run N go routines concurrently
- GoEach - run a go routine for each array element
- Group - Similar to x/sync/errgroup but catches panics and returns all errors
It is possible to instrument how the go routines are launched or launch them in serial for debugging. See:
- GoSerial - running in serial for debugging
- GoRoutine - create your own go routine launcher
- GoRoutine.GoN(...)
- GoEachRoutine(...)(GoRoutine)
- Group.SetGoRoutine(GoRoutine)
- UnboundedChan
- ChannelMerge
- TrySend
- TryRecv