并发
Why
How
What
Problems
- 竞争写作
- 互斥同步
Examples
- 生产消费
- 哲学家吃饭
- 读写问题
Reference
- 对于 Java ,请问大家平常多线程哪里用的到? - V2EX
- LeonardoZ/java-concurrency-patterns: Concurrency Patterns and features found in Java, through multithreaded programming. Threads, Locks, Atomics and more.
- eidheim/Simple-Web-Server: A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications. java