Van Tran

15%
Flag icon
Go follows a model of concurrency called the fork-join model.1 The word fork refers to the fact that at any point in the program, it can split off a child branch of execution to be run concurrently with its parent. The word join refers to the fact that at some point in the future, these concurrent branches of execution will join back together. Where the child rejoins the parent is called a join point
Concurrency in Go: Tools and Techniques for Developers
Rate this book
Clear rating
Open Preview