Skip to content

Cphdat3sem2018f/week1-threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published