summaryrefslogtreecommitdiff
path: root/delegateuitask_darwin.m
diff options
context:
space:
mode:
Diffstat (limited to 'delegateuitask_darwin.m')
-rw-r--r--delegateuitask_darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/delegateuitask_darwin.m b/delegateuitask_darwin.m
index ed912eb..9f16071 100644
--- a/delegateuitask_darwin.m
+++ b/delegateuitask_darwin.m
@@ -127,7 +127,7 @@ void douitask(id appDelegate, void *p)
fp = [NSValue valueWithPointer:p];
[appDelegate performSelectorOnMainThread:@selector(uitask:)
withObject:fp
- waitUntilDone:YES]; // wait so we can properly drain the autorelease pool; on other platforms we wind up waiting anyway (since the main thread can only handle one thing at a time) so
+ waitUntilDone:YES]; // wait since that's what we want the Go uitask() to do
[pool release];
}