tinygo/src/runtime/wait_other.go
2020-07-04 08:34:39 +02:00

8 строки
131 Б
Go

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