This is the product description text that will appear here.
Quantity
1
Description
launches a goroutine — put in front of a call and it runs concurrently, on Go's own scheduler rather than an OS thread.
Concurrency with almost no ceremony, which is the appeal and the trap: starting one is a single keyword, while making ...