Training
Module
Learn how concurrency works in Go - Training
Understand more about concurrency, one of the most unique features in Go.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Synchronous programming simply waits for a call to return. This is fast and efficient from the programmer's point of view but in an environment like Windows where many programs are running at once, it can cause problems. Whenever possible, use Asynchronous I/O Programming Techniques.
Note For driver developers using Microsoft Vista, this is not as serious a problem. For more information about synchronous programming in Vista, see Restricting Waits in Vista.
Training
Module
Learn how concurrency works in Go - Training
Understand more about concurrency, one of the most unique features in Go.