Description
Implements Linda-style distributed coordination for Ruby programs through tuples and shared spaces. It is useful for experiments, distributed task coordination, and systems that need a simple coordination model.
Distributed coordination crosses process and network boundaries. Review authentication, serialization, timeouts, and trust assumptions before exposing it beyond a controlled environment.