Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blazer-007/java-concurrency


https://github.com/blazer-007/java-concurrency

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Java-Concurrency

### This repo contains some questions taken from LeetCode Discuss Section (and other resources) generally asked in Concurrency / System Design Round with foucs on thread-safe implementations.

## Concurrency Resources
- [Jakob Jenkov Youtube](https://www.youtube.com/playlist?list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4)
- Jakob Jenkov Blog [Link1](https://jenkov.com/tutorials/java-concurrency/index.html) [Link2](https://jenkov.com/tutorials/java-util-concurrent/index.html)
- [Howtodoinjava.com](https://howtodoinjava.com/java/multi-threading/)
- [KAIST CS431: Concurrent Programming](https://www.youtube.com/playlist?list=PL5aMzERQ_OZ9j40DJNlsem2qAGoFbfwb4)