Changes

Jump to: navigation, search

Team Go

185 bytes added, 23:32, 17 December 2017
no edit summary
Go supports concurrency through '''Goroutines''' and '''Channels'''
 
== Goroutines ==
 
A goroutine is a function capable of running concurrently with other functions. They're similar to threads except they're much cheaper and are managed automatically.
32
edits

Navigation menu