Slide 45
Slide 45 text
再び GoDoc を⾒てみる(⼀部抜粋)
When every goroutine in a bubble is durably blocked:
- Wait returns, if it has been called.
- Otherwise, time advances to the next time that will unblock at least one
goroutine, if there is such a time and the root goroutine of the bubble has
not exited.
- Otherwise, there is a deadlock and Test panics.