基于synchronized实现的阻塞队列
摘要:
1 package com.lilei.pack09; 2 3 import java.util.concurrent.ExecutorService; 4 import java.util.concurrent.Executors; 5 6 public class MySyncQueue { 7 8 private Object[] ts; 9 10 ... 阅读全文
posted @ 2018-01-25 21:19 李雷 阅读(680) 评论(0) 推荐(0)
浙公网安备 33010602011771号