Putting Features for Coordinating Goroutines in Context
Question | Answer |
---|---|
What are they? | These features are useful when an application uses multiple goroutines. |
Why are they useful? | The use of goroutines can be complex when they share data or when a goroutine is used to handle a request across multiple API components in a server. |
How are they used? | The sync package ... |