Shun87 / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

NSOperation execution in Main thread #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

This is not really an issue more a question to the implemented design. The code 
generation generates NSOperations which are executed on the main thread. Can 
you tell me what the approach is behind this design? 

I changed the code to initiate an NSOperationQueue and execute the operation on 
a different thread. 

thank you for your answer

Original issue reported on code.google.com by riccardo...@inverted.ch on 24 Jan 2013 at 10:16