Is NSXMLParser's parse method asynchronous
Posted
by Ben Guest
on Stack Overflow
See other posts from Stack Overflow
or by Ben Guest
Published on 2010-05-19T04:43:48Z
Indexed on
2010/05/19
4:50 UTC
Read the original article
Hit count: 438
Is NSXMLParser's parse method asynchronous?
in other words if i have an NSXMLParse object and i call [someParseObject parse] from the main thread, will it block the main thread while it does it's thing?
-Thanks for answering this seemingly noob question. -Ben
© Stack Overflow or respective owner