Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazer-007/java-concurrency
https://github.com/blazer-007/java-concurrency
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blazer-007/java-concurrency
- Owner: Blazer-007
- Created: 2024-02-24T20:21:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T11:49:37.000Z (10 months ago)
- Last Synced: 2024-03-25T14:38:26.697Z (10 months ago)
- Language: Java
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)