Skip to content
StackPractices

Tag: message-passing

Browse 1 practical software engineering resources tagged with "message-passing". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving message-passing.

Actor Model Pattern

Isolate state in actors that communicate only via messages. Each actor processes one message at a time, eliminating shared-state concurrency bugs by design.