mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-28 18:23:08 +00:00
fbb12b53ba
I did the job and splitted up the readme, hopefully everything was splitted correctly...
532 B
532 B
layout, title, folder, categories, tags
| layout | title | folder | categories | tags |
|---|---|---|---|---|
| pattern | Poison Pill | poison-pill | pattern_cat | pattern_tag |
Intent: Poison Pill is known predefined data item that allows to provide graceful shutdown for separate distributed consumption process.
Applicability: Use the Poison Pill idiom when
- need to send signal from one thread/process to another to terminate
Real world examples:
