gst-plugins-rs/net
Sebastian Dröge 640d8ef904 rusoto/aws_transcriber: Don't hold mutex across await points
This mutex is actually only ever used from a single thread, so use
AtomicRefCell instead. It provides the guarantees of a mutex but panics
instead of blocking.
2020-12-29 17:28:19 +02:00
..
reqwest Update for macro renames 2020-12-20 20:43:45 +02:00
rusoto rusoto/aws_transcriber: Don't hold mutex across await points 2020-12-29 17:28:19 +02:00