aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/wait_other.go
blob: 1807a76eb47cf02e944739812b02507c256232de (plain)
1
2
3
4
5
6
7
8
//go:build !tinygo.riscv && !cortexm
// +build !tinygo.riscv,!cortexm

package runtime

func waitForEvents() {
	runtimePanic("deadlocked: no event source")
}