Skip to content

aoikurokawa/concurrency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrency in Golang

Overview

What is CSP

CSP stands for "Conmmunicating Sequential Processes"

Libraries

Sync

Package sync provides basic syncronization primitives such as mutual exclusion locks. Other than the Once and WaitGroup types, most are intended for use by low-level library routines. Higher-level synchronization is better done via channels and communication.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages