搜索资源列表
ThreadPool
- 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
ThreadPoolTest
- 这是一个使用线程池的练习题,可供初学java线程的初学者参考。-This is a thread pool using the exercises, for beginners beginner java thread reference.
马士兵 Java高并发编程源码和思考题
- 马士兵老师的Java高并发编程及思考题,源码内容适合有多线程基础的朋友们。属于进阶版,从volatile和synchronized线程同步开始,有生产者消费者源码,阻塞队列等,由浅及深,最后介绍了线程池实现。