runtime: selectgo need not lock all the channels involved in the select #41948
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Scalability
Issues related to runtime/application scalability
Milestone
i read the select function:
why we should lock all the channels?
i think lock one by one when loop may be better , because it will quickly
The text was updated successfully, but these errors were encountered: