java-concurrency
✓Beherrschen Sie die Java-Parallelität – Threads, Executoren, Sperren, CompletableFuture, virtuelle Threads
SKILL.md
This skill covers concurrency from basic threads to virtual threads (Java 21+), including thread pools, synchronization, and CompletableFuture.
| CPU-bound | cores | 8 threads | | I/O-bound | cores (1 + wait/compute) | 80 threads |
| Deadlock | Circular lock | Lock ordering, tryLock | | Race condition | Missing sync | Add locks/atomics | | Thread starvation | Unfair scheduling | Fair locks |
Beherrschen Sie die Java-Parallelität – Threads, Executoren, Sperren, CompletableFuture, virtuelle Threads Quelle: pluginagentmarketplace/custom-plugin-java.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-concurrency- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist java-concurrency?
Beherrschen Sie die Java-Parallelität – Threads, Executoren, Sperren, CompletableFuture, virtuelle Threads Quelle: pluginagentmarketplace/custom-plugin-java.
Wie installiere ich java-concurrency?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-java --skill java-concurrency Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/pluginagentmarketplace/custom-plugin-java
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01