xx/osthread/osthread_anyone.go

7 lines
102 B
Go

//go:build !(windows || unix || darwin)
package osthread
func onmainthread() bool {
return false
}