diff options
author | Jaden Weiss <[email protected]> | 2019-10-18 12:04:15 -0400 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-11-04 09:15:21 +0100 |
commit | cdff0bd3ee55e25797fbf7f722d90940b55a9d96 (patch) | |
tree | 6a98361800351eb28b029b16fd0c636549626ade /testdata/channel.txt | |
parent | fa25fa1b0cba5c942c999d061245dc4c06b57b06 (diff) | |
download | tinygo-cdff0bd3ee55e25797fbf7f722d90940b55a9d96.tar.gz tinygo-cdff0bd3ee55e25797fbf7f722d90940b55a9d96.zip |
add blocking select
Diffstat (limited to 'testdata/channel.txt')
-rw-r--r-- | testdata/channel.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/channel.txt b/testdata/channel.txt index 5415434b6..b7036f2b2 100644 --- a/testdata/channel.txt +++ b/testdata/channel.txt @@ -31,3 +31,4 @@ closed buffered channel recieve: 3 closed buffered channel recieve: 4 closed buffered channel recieve: 0 hybrid buffered channel recieve: 2 +blocking select sum: 3 |