Tools and Techniques for Developers
Katherine Cox-Buday
Go#
Developers#
مقوله همزمانی (Concurrency) میتواند به طور قابل توجهی پیچیده باشد، اما خوشبختانه زبان برنامهنویسی متنباز Go کار با همزمانی را قابل مدیریت و حتی آسان میکند. اگر شما یک توسعهدهنده آشنا با Go هستید، این کتاب عملی بهترین شیوهها و الگوهایی را برای کمک به شما در گنجاندن همزمانی در سیستمهای خود معرفی میکند.
نویسنده کاترین کاکس-بودی شما را قدم به قدم از این فرآیند عبور میدهد. شما خواهید فهمید که Go چگونه همزمانی را مدلسازی میکند، چالشهای ناشی از این مدل چیست و چگونه میتوانید پرایمیتیوها (اصول اولیه) را در این مدل برای حل مسائل ترکیب کنید. مهارتها و ابزارهایی که برای نوشتن و پیادهسازی سیستمهای همزمان با هر اندازهای به طور مطمئن نیاز دارید، خواهید آموخت.
Concurrency can be notoriously difficult to get right, but fortunately, the Go open-source programming language makes working with concurrency manageable and even easy. If you’re a developer familiar with Go, this practical book demonstrates best practices and patterns to help you incorporate concurrency into your systems.
Author Katherine Cox-Buday takes you step-by-step through the process. You’ll understand how Go models concurrency, what challenges arise from this model, and how you can compose primitives within this model to solve problems. Learn the skills and tools you need to confidently write and implement concurrent systems of any size.
Table of Contents
Chapter 1. An Introduction to Concurrency
Chapter 2. Modeling Your Code: Communicating Sequential Processes
Chapter 3. Go’s Concurrency Building Blocks
Chapter 4. Concurrency Patterns in Go
Chapter 5. Concurrency at Scale
Chapter 6. Goroutines and the Go Runtime
Katherine is a computer scientist currently working at Simple. Her hobbies include software engineering, creative writing, Go (igo, baduk, weiquei), and music, all of which she pursues intermittently and with various levels of dedication.