internal/task: remove coroutines

This commit is contained in:
Nia Waldvogel
2021-12-31 13:36:33 -05:00
committed by Nia
parent d054d4d512
commit ea2a6b70b2
21 changed files with 41 additions and 1962 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//go:build gc.conservative && tinygo.wasm && !scheduler.coroutines
// +build gc.conservative,tinygo.wasm,!scheduler.coroutines
//go:build gc.conservative && tinygo.wasm
// +build gc.conservative,tinygo.wasm
package task