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