An open API service indexing awesome lists of open source software.

https://github.com/vantamnguyen/concurrency

Presentation about concurrency in Java Team
https://github.com/vantamnguyen/concurrency

Last synced: 15 days ago
JSON representation

Presentation about concurrency in Java Team

Awesome Lists containing this project

README

        

## 1. Basics of Concurrency
### 1.1 The presentation I made
[Presentation about basics/fundamental concurrency](Concurrency.pdf)

1. Process and thread
2. Race condition
3. Synchronization
4. Java concurrency API to do sync

## 2. Advanced Concurrency
### 2.1 Concurrency in practice (Book of Brian Goetz)

### 2.2 Some cool resources
* [Official Oracle Document Concurrency](https://docs.oracle.com/javase/tutorial/essential/concurrency/)
* [MIT 6.005 Course: Concurrency](http://web.mit.edu/6.005/www/fa14/classes/17-concurrency/)
* [MIT 6.005 Course: Thread-Safety](http://web.mit.edu/6.005/www/fa14/classes/18-thread-safety/)
* [MIT 6.005 Course: Queues and Locks](http://web.mit.edu/6.005/www/fa14/classes/20-queues-locks/)