Hello,
Does DDS provide any built-in coordination primitives to address asynchronous behavior. For example, some typical primitives would be Receive<T>, Choice<T>, MultipleItemReceive<T>, and Interleaves for Teardowns/Exclusive/Concurrent message pumps. Most examples I've seen utilize various Mutexes, Semaphores, Montior, Lock, etc. In hopes of not reinventing the wheel, I was wondering if RTI has developed any supported coordination primitives.
Thank you,
Dennis