github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/src/runtime/wait_other.go (about)

     1  //go:build !tinygo.riscv && !cortexm
     2  
     3  package runtime
     4  
     5  func waitForEvents() {
     6  	runtimePanic("deadlocked: no event source")
     7  }