tinygo/src/runtime/wait_other.go
2022-12-19 23:20:11 +01:00

7 строки
125 Б
Go

//go:build !tinygo.riscv && !cortexm
package runtime
func waitForEvents() {
runtimePanic("deadlocked: no event source")
}