ROCR-Runtime icon indicating copy to clipboard operation
ROCR-Runtime copied to clipboard

rocr: Add WaitMultiple to core Signal

Open atgutier opened this issue 1 year ago • 0 comments

Replaces WaitAny with WaitMultiple to more closely align with the underlying driver API for waiting on multiple events.

WaitMultiple adds a single parameter, wait_on_all, to the WaitAny interface providing a single function for waiting on multiple events when we only need AND and OR semantics for the signal checking logic.

atgutier avatar Oct 17 '24 18:10 atgutier