Skip to content

ppapou/Advanced-Multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Advanced Multithreading Java Cource

Inf frame of the Global Java Course, the multithreading module practical tasks are represented in this repo

Theory GOALS

  1. Understanding of the thread in Java. Inherit OR create the separated Runnable objects.
  2. The concurrency API (synchronise vs locks)
  3. Main Idea of the fork/join pattern:
  4. Thread versus process, virtual thread
  5. Worker/Pool/Thread pattern(in concurrency API understand the mechanism of the que/execute)
  6. Stream API(non terminal and terminal operators in streams), the price of the parallel interface
  7. Completable feature(callable interface vs runnable)

About

Learning Module of the Java Parallel comute

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors