Concurrent Programming Notes

Content overview What is multithreading, synchronous asynchronous concept, thread safety (synchronization between threads), communication between threads, JDK1.8 parallel contracting, thread pool principle analysis, lock 1. Thread: an execution path that does not interfere with each other. It is divided into user thread and daemon thread. ...

Posted by spaceknop on Mon, 08 Nov 2021 02:08:46 -0800