Skip to content

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

Notifications You must be signed in to change notification settings

gopalrg310/parallel-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages