Re: [Solved] Re: Synchronizing Thread Execution
Re: [Solved] Re: Synchronizing Thread Execution
- Subject: Re: [Solved] Re: Synchronizing Thread Execution
- From: Scott Ribe <email@hidden>
- Date: Wed, 06 Dec 2006 15:46:23 -0700
- Thread-topic: [Solved] Re: Synchronizing Thread Execution
> The only change
> I made to the above, since I need to scope the synchronization
> document-wide rather than application-wide, was to instantiate the
> syncObject in the NSDocument's init method thus:
>
> conversionSyncObject = [[NSObject alloc] init];
If I correctly read your requirements, you could also just use the
NSDocument itself.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden