mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
runtime: add cap and len support for chans
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
len, cap of channel: 1 2 false
|
||||
len, cap of channel: 0 0 false
|
||||
recv from open channel: 1 true
|
||||
received num: 2
|
||||
|
||||
Reference in New Issue
Block a user