6 7 // Test that selects do not consume undue memory. 8 9 package main 10 11 import "runtime" 12 13 func sender(c chan int, n int) { 14 for i := 0; i < n; ...
確定! 回上一頁