I'd like to wait on all updates from multiple streams for each physics tick. According to your comment here the updates are batched.
Is there a condition variable that notifies once all streams are updated?
Should I wait for all condition variables on all streams? Or would that be inefficient? (This is in Python)