wait_other.mx raw

   1  //go:build !moxie.riscv && !cortexm && !(linux && !baremetal && !moxie.wasm && !nintendoswitch) && !darwin
   2  
   3  package runtime
   4  
   5  func waitForEvents() {
   6  	runtimePanic("deadlocked: no event source")
   7  }
   8