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

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

To run a function or process in parallel using a goroutine, i.e., loads and executes all processes in parallel.
https://github.com/gopalrg310/parallel-go

go-routine golang parallel parallel-computing parallelism

Last synced: 3 months ago
JSON representation

To run a function or process in parallel using a goroutine, i.e., loads and executes all processes in parallel.

Awesome Lists containing this project

README

          

# parallel-go

This go file is used to run parallel function in go especially where you can run the multiple function without any dependency as well as parallely

do below command to run

`go get github.com/gopalrg310/parallel-go`

`go build`

**To Run the Script

`go run main.go`