This website requires JavaScript.
Explore
Help
Sign In
interesting
/
andlabs-ui
Watch
1
Star
0
Fork
You've already forked andlabs-ui
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e4339d3c49
andlabs-ui
/
darwintest
History
Pietro Gagliardi
e4339d3c49
Set up a NSAutoreleasePool for notify() to suppress memory leak warnings.
2014-02-28 17:32:55 -05:00
..
newtypes.go
Changed the main thread signaling to use NSObject's performSelectorOnMainThread: functionality, which settles that. NSString requires an autorelease pool; in testing, so does NSValue, which we are eventually going to use. NSAutoreleasePool's docs suggest we should create a temporary pool for things running in other threads, but then we have to release it... but I guess we're waiting for the function to complete on other platforms already, so no big deal here.
2014-02-28 17:25:04 -05:00
runtimetest.go
Set up a NSAutoreleasePool for notify() to suppress memory leak warnings.
2014-02-28 17:32:55 -05:00