Files
QSfera/Server/vendor/github.com/kovidgoyal/go-parallel/README.md
T
Курнат Андрей 2315f25754 Initial QSfera import
2026-06-07 10:20:04 +03:00

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.