Chetan Dattachetan77.hashnode.dev·Jul 17, 202431 Java - Multithreading 8 (Shutdown | Scheduler | ThreadLocal | Virtual Thread)Executors Important Methods Shutdown Initiates orderly shutdown of the ExecutorService AFter calling shutdown, Executor will not accept new task submission. Already submitted tasks, will continue to execute AwaitTermination It's an optional fun...138 readsJavaPlatform Threads
Udaysinhknowthatstuff.hashnode.dev·Jul 19, 2022Java Multithreading - Atomic, Volatile, Threadlocal, Mutex and SemaphoreThis article covers the most important and distinctive aspects of different concepts in multithreading. Each of the section deserves its own deep dive and there are pages written in reference books on them. Aim is to superficially cover these concept...540 readsmultithreading