Re: Which NSWindow methods have asynchronous operation?
Re: Which NSWindow methods have asynchronous operation?
- Subject: Re: Which NSWindow methods have asynchronous operation?
- From: Ken Thomases <email@hidden>
- Date: Sat, 23 Aug 2014 18:47:50 -0500
On Aug 23, 2014, at 6:27 PM, Cosmin Apreutesei <email@hidden> wrote:
> I was wondering if anyone knows which of the various NSWindow methods
> have asynchronous operation and which are blocking, with their effects
> guaranteed after the call?
From what perspective? All of the corresponding object and delegate methods having been called? All programmatic tests (e.g. -[NSWindow makeKeyWindow] vs. -[NSApplication keyWindow] and -[NSWindow isKeyWindow], which, by the way, mean different things) reflecting the changed state? Visible effects for the user?
As usual, the question arises: what are you trying to achieve?
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please 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