You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orottier
changed the title
Review io::cpal ThreadSafeClosableStream, probably not sound
Review io::cpal/cubeb ThreadSafeClosableStream, probably not sound
Aug 28, 2023
I doubt this construct is entirely safe. Stream is not Send/Sync (probably for a good reason) so
it should be managed from a single thread instead.
The text was updated successfully, but these errors were encountered: