ios - release object in the @synchronized scope -


i have question, if use synchronized lock object release @ scope. cause deadlock?

- (void)dosomething {       @synchronized(self) {        // release self on here    } }  [someobject dosomething]; [someobject dosomething]; 


Comments

Popular posts from this blog

c# - how to use buttonedit in devexpress gridcontrol -

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - System.FormatException' occurred in MongoDB.Bson.dll - XXX is not a valid 24 digit hex string -