docs: fix poison pill yaml

This commit is contained in:
Ilkka Seppälä
2024-06-08 20:34:07 +03:00
parent f9946debca
commit aa2b190a8c
+1 -1
View File
@@ -1,7 +1,7 @@
---
title: "Poison Pill Pattern in Java: Gracefully Terminating Multithreaded Processes"
shortTitle: Poison Pill
description: "Explore the Poison As an alternative to "Poison Pill" design pattern in Java, used for gracefully shutting down multi-threaded applications. Understand its intent, applicability, and see a real-world example. Perfect for developers looking to enhance concurrency and messaging systems."
description: "Explore the Poison Pill design pattern in Java, used for gracefully shutting down multi-threaded applications. Understand its intent, applicability, and see a real-world example. Perfect for developers looking to enhance concurrency and messaging systems."
category: Concurrency
language: en
tag: