Skip to content

Instantly share code, notes, and snippets.

@liuxiong21
liuxiong21 / gist:586371b634089d1703fd
Created September 12, 2014 10:49
Java thread同步
package org.freeman.shared;
import java.util.concurrent.*;
/**
* Created by freeman on 14-9-12.
*/
public class ThreadSynchronized {