mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
Add dummy channel support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package runtime
|
||||
|
||||
// This file implements the 'chan' type and send/receive/select operations.
|
||||
|
||||
// dummy
|
||||
|
||||
type channel struct {
|
||||
}
|
||||
Reference in New Issue
Block a user