iMediaSandboxing / iMedia

The Karelia iMedia Browser, framework and application for browsing media on Mac OS X
http://www.karelia.com/imedia/
Other
18 stars 12 forks source link

Ditch +imb_threadSafeManager #18

Closed mikeabdullah closed 12 years ago

mikeabdullah commented 12 years ago

Including my requests to adopt NSURLs more, this gets rid of +[NSFileManager imb_threadSafeManager]. Since 10.5, NSFileManager has been thread safe, provided you instantiate your own. It seems unnecessary to try and maintain our own cache of them as that incurs locking overhead, and file managers are pretty cheap to allocate.