tinygo/src/runtime/chan.go
2018-08-30 05:32:18 +02:00

8 строки
128 Б
Go

package runtime
// This file implements the 'chan' type and send/receive/select operations.
// dummy
type channel struct {
}