Open main menu

CDOT Wiki β

Changes

Team Go

69 bytes added, 23:04, 17 December 2017
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'''
32
edits