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

8 lines
125 B
Go

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