An open API service indexing awesome lists of open source software.

https://github.com/virb3/go-parallel

Go library to help with parallel processing of data
https://github.com/virb3/go-parallel

Last synced: 12 months ago
JSON representation

Go library to help with parallel processing of data

Awesome Lists containing this project

README

          

# go-parallel
> Go library to help with parallel processing of data

## Modules
### [throttler.go](./throttler/throttler.go)
Parallel execution of any task, used by most other modules in this library.

### [downloader.go](./downloader/downloader.go)
Parallel downloading of files.