8000 GitHub - chaocai2001/go_concurrent
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chaocai2001/go_concurrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_concurrent

The package is to simplify the concurrent programming. As you known, coordinating the multi goroutings is always complicated, even for some normal cases. Now, you can leverage the functions in the package to implement the following typical cases easily and quickly.

  1. Wait util all tasks complete
  2. Wait util any task complete

You can focus on implementing the logic of tasks without caring about the complex concurrent programming.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0