- Hands-On Full Stack Development with Go
- Mina Andrawos
- 128字
- 2021-07-02 12:33:33
Go Concurrency
Welcome to the second chapter of our journey to learn about full stack development in Go. In this chapter, we'll continue on our path to understanding the foundations of the Go language, by covering the important topic of concurrency in the Go language. Go arguably possesses one of the most effective and easy-to-use concurrency features of the languages in its class. Many developers who switch to Go do so because of Go's concurrency. This chapter assumes some basic knowledge of programming and the concept of threads. In a similar way to the previous chapter, we'll mainly focus on the most important and foundational concepts.
The following topics will be covered in this chapter:
- What is concurrency?
- Goroutines
- Go channels
- select statements
- The sync package
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Azure IoT Development Cookbook
- Java編程指南:基礎知識、類庫應用及案例設計
- Practical DevOps
- 正則表達式經典實例(第2版)
- RabbitMQ Cookbook
- Spring Boot+Vue全棧開發實戰
- Apache Camel Developer's Cookbook
- 智能手機故障檢測與維修從入門到精通
- Android系統下Java編程詳解
- Django Design Patterns and Best Practices
- 安卓工程師教你玩轉Android
- Python Penetration Testing Essentials
- H5匠人手冊:霸屏H5實戰解密
- Getting Started with RethinkDB