Re: ask about sleep function
Re: ask about sleep function
- Subject: Re: ask about sleep function
- From: Ondra Cada <email@hidden>
- Date: Mon, 29 Jul 2002 14:28:18 +0200
On Monday, July 29, 2002, at 07:24 , Tim Trautmann wrote:
Sleep suspends execution of your program for the specified amount of time.
Issuing a sleep in a GUI Cocoa Application will most definitely give you
the
beach ball icon for the duration of your sleep and your GUI won't respond
to
user actions until the execution of your program continues.
Unless the app happens to be multithreaded and we are not speaking of the
GUI thread here.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.