gecko-dev/media/audioipc
Dan Glastonbury 702bf586df Bug 1414623 - P2: Connect callback send/receive with Mutex. r=kinetik
state_callback() and data_callback() can be called from multiple
threads.  To protect the send/receive pair of calls, a Mutex is added
to Connection to prevent one thread from starving when two threads try
to wait on the socket in recvmsg.

MozReview-Commit-ID: LUXcqnw2Hm1

--HG--
extra : rebase_source : e98f50a109510e35bab6516febc9e76539c3228f
2017-11-14 09:17:38 +10:00
..
audioipc Bug 1414623 - P1: Make state_callback synchronous. r=kinetik 2017-11-10 12:03:45 +10:00
client Bug 1414623 - P1: Make state_callback synchronous. r=kinetik 2017-11-10 12:03:45 +10:00
server Bug 1414623 - P2: Connect callback send/receive with Mutex. r=kinetik 2017-11-14 09:17:38 +10:00
Cargo.toml
README.md
rustfmt.toml

README.md

Cubeb Audio Remoting Prototype