32
edits
Changes
Team Go
,→Concurrency
'''Example:''' A computer running mouse and keyboard drivers, network drivers, printer drivers etc. is an example of concurrency. These could all run on a single core and don't have to be parallelized but they can also be run on separate cores to increase throughput.
Go supports concurrency through '''Goroutines''' and '''Channels'''