You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autoreleasepool support (#50)
Implements `Autorelease(func())` to run the body with an active autoreleasepool.
Existing calls to `NSAutoreleasePool` have been replaced and wrapped with this block helper.
Fixes#12