Concurrency Patterns

Design and review concurrency strategy for shared state, coordination, and contention control. Use when parallel execution or async coordination introduces race/deadlock/liveness risk and explicit pattern selection is required; do not use for persistence schema or deployment topology decisions.

planifest 34875a0 2 files · 13.8 KB Updated

File contents

planifest/planifest-framework/tree/main/planifest-framework/external-skills/concurrency-patterns commit 34875a0285

Frequently asked questions

npx skillmds@latest add planifest/concurrency-patterns