mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
tweak for OSX compatibility
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29480 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a353d2514
commit
9f98d4c443
2 changed files with 30 additions and 23 deletions
|
@ -113,6 +113,10 @@ typedef NSInteger NSOperationQueuePriority;
|
|||
/** <override-subclass/>
|
||||
* This is the method which actually performs the operation ...
|
||||
* the default implementation does nothing.<br />
|
||||
* You MUST ensure that your implemention of -main does not raise any
|
||||
* exception or call [NSThread-exit] as either of these will terminate
|
||||
* the operation prematurely resulting in the operation never reaching
|
||||
* the -isFinished state.<br />
|
||||
* If you are writing a concurrent subclass, you should override -start
|
||||
* instead of (or as well as) the -main method.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue