mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
internal/task: remove coroutines
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ func main() {
|
||||
time.Sleep(2 * time.Millisecond)
|
||||
println("main 3")
|
||||
|
||||
// Await a blocking call. This must create a new coroutine.
|
||||
// Await a blocking call.
|
||||
println("wait:")
|
||||
wait()
|
||||
println("end waiting")
|
||||
|
||||
Reference in New Issue
Block a user