7 строки
125 Б
Go
7 строки
125 Б
Go
//go:build !tinygo.riscv && !cortexm
|
|
|
|
package runtime
|
|
|
|
func waitForEvents() {
|
|
runtimePanic("deadlocked: no event source")
|
|
}
|