6 lines
171 B
Markdown
6 lines
171 B
Markdown
# go-parallel
|
|
|
|
Utility functions to make running code in parallel easier and safer.
|
|
Panics in go routines are turned into regular errors, instead of crashing
|
|
the program.
|