Add dummy channel support

This commit is contained in:
Ayke van Laethem
2018-08-30 05:32:18 +02:00
parent 6e0c60a7a1
commit a4fd096393
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package runtime
// This file implements the 'chan' type and send/receive/select operations.
// dummy
type channel struct {
}