Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Go の非同期チャネルに残っているストレージの量を確認する方法はありますか?
例えば
a chan uint=make(chan bool, 5) a<-true fmt.Printf(a.capazity())