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