class MyCounter {
private static int counter = 0;
public static synchronized int getCount() {
return counter++;
}
}
from http://www.programcreek.com/2014/02/how-to-make-a-method-thread-safe-in-java/
寫了一陣子iOS,感覺Java已經離我很遠了~
只記得有這東西,但不記得怎麼用了…
留言
張貼留言