Don't.
Really, you don't want to use run loops.
Your code (the code initializing the URLFetcher) should yield control
if the underlying function is pending. The message loop will, once IO
has happened, notify the underlying transport socket, which will
bubble up through to the transport & URLRequest layers, which will
ultimately notify your URLRequest (or more aptly, its delegate) of
progress.
> --
> --
> Chromium Developers mailing list:
chromi...@chromium.org
> View archives, change email options, or unsubscribe:
>
http://groups.google.com/a/chromium.org/group/chromium-dev
>
>
>