mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
refactor coroutine lowering and tasks
This commit is contained in:
Vendored
+1
-1
@@ -47,7 +47,7 @@ func main() {
|
||||
time.Sleep(2 * time.Millisecond)
|
||||
x = 1
|
||||
}()
|
||||
time.Sleep(time.Second/2)
|
||||
time.Sleep(time.Second / 2)
|
||||
println("closure go call result:", x)
|
||||
|
||||
time.Sleep(2 * time.Millisecond)
|
||||
|
||||
Reference in New Issue
Block a user