Victor Gaydov
Victor Gaydov
@Flw5469 Thanks. We currently have PR #783 that is pretty close to what we need. Let's first ask Veronika what plans does she have on that PR. @veronikaro
@veronikaro Thanks, and no hurry.
Implemented in #783
Thanks everybody involved, #602 is now unblocked.
@ronazf Thanks, welcome!
Re-assigning to @sayedMurtadha
I was looking through your draft PR and realized that semaphore does not allow us to implement concurrent calls to wait_state() easily. If 2 threads call wait_state(), they both should...
*Some additional background* The reason why we must support concurrent calls is that wait_state() would be called from roc_sender_poll() and roc_receiver_poll() - functions exposed via C API. Our API is...