Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concurrency and Threads

Business Competences (Concurrency/threads)

As a programmer there are problems that can only (realistically) be solved using concurrency features

Taking advantage of modern multi-kernel CPU requires an understanding of how to program with threads

These lessons will provide the student with the necessary background to use these features in Java, with all concepts being generalisable to many other languages as well.

Plan

Day 1 - Concurrency, Thread, Runnable, basic Synchronization

Day 2 - Threads Continued, Producer Consumer, DeadLocks

Day 3 - Thread Continued, Callables and Futures

Day 4-5 - StudyPoint Exercise -1

Plan + redings for each class

Resources:

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors