I found a strange keyword in NSObject.h - (oneway void)release; I searched the web, and learned it relates to asynchronous message passing, which looks similar with Erlang's message passing. It seems this can make many interesting things. What are some good use-cases of this keyword?
{{#tags}}- {{label}}
{{/tags}}