Beispiel #1
0
func (osx *osxSystemObject) Think() {
	globalLock.Lock()
	defer globalLock.Unlock()
	C.Think()
}
Beispiel #2
0
func (osx *osxSystemObject) Think() {
	C.Think()
}