mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-22 08:24:28 +00:00
guarded suspension pattern #69
This commit is contained in:
@@ -29,9 +29,6 @@ import java.util.concurrent.ExecutorService;
|
||||
import java.util.concurrent.Executors;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* Created by robertt240 on 1/2/17.
|
||||
*/
|
||||
public class GuardedQueueTest {
|
||||
private volatile Integer value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user