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?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…