mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-21 06:23:53 +00:00
Work on #213
- properly categorize all patterns - remove pattern list from readme - minor fixes to readme - removed "introduction" because its not a pattern and an error i committed some time ago
This commit is contained in:
@@ -3,8 +3,8 @@ layout: pattern
|
||||
title: Thread Pool
|
||||
folder: thread-pool
|
||||
permalink: /patterns/thread-pool/
|
||||
categories: concurrency
|
||||
tags: pattern_tag
|
||||
categories: Concurrency
|
||||
tags: Java
|
||||
---
|
||||
|
||||
**Intent:** It is often the case that tasks to be executed are short-lived and
|
||||
|
||||
Reference in New Issue
Block a user