refactor coroutine lowering and tasks

This commit is contained in:
Jaden Weiss
2020-01-03 00:23:37 -05:00
committed by Ayke
parent 2521cacb51
commit 6a50f25a48
40 changed files with 1830 additions and 1515 deletions
+1 -1
View File
@@ -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)