public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
Call SyncTask's doNextTask asynchronously to keep the stack small
dustin (author)
Sat Feb 05 23:41:59 -0800 2005
commit  426e8808b5ff822a20ac3b207c033131cb8d343c
tree    2592ae03ff23751c2fa68901df27820e1cdfebb6
parent  fa20b3331fe7e326bff1164dc469406ca9cac85b
...
102
103
104
105
 
106
107
108
...
102
103
104
 
105
106
107
108
0
@@ -102,7 +102,7 @@
0
 {
0
   // NSLog(@"Completed subtask: %@", task);
0
   // Figure out where where are
0
- [self doNextTask:self];
0
+ [self performSelector:@selector(doNextTask:) withObject:self afterDelay:0];
0
 }
0
 
0
 -(void)cancel

Comments

    No one has commented yet.