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

9 lines
131 B
Go

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