mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
compiler: add support for async interface calls
This commit is contained in:
committed by
Ayke van Laethem
parent
81199da3f1
commit
98eee7c22a
Vendored
+3
@@ -19,3 +19,6 @@ SmallPair.Print: 3 5
|
||||
Stringer.String(): foo
|
||||
Stringer.(*Thing).String(): foo
|
||||
nested switch: true
|
||||
non-blocking call on sometimes-blocking interface
|
||||
slept 1ms
|
||||
slept 1ms
|
||||
|
||||
Reference in New Issue
Block a user