利用阻塞队列完成异步操作
摘要:
//异步阻塞队列变量 private BlockingQueue<VoucherOrder> orderTasks=new ArrayBlockingQueue<>(1024*1024); //create the thread pool signal thread private static f 阅读全文
posted @ 2023-03-08 17:23 hztech 阅读(47) 评论(0) 推荐(0) 编辑