issues
search
Ghamza-Jd
/
jarust
A janus client SDK in Rust 🦀
Apache License 2.0
8
stars
3
forks
source link
Improvements Tracker
#113
Closed
Ghamza-Jd
closed
2 weeks ago
Ghamza-Jd
commented
3 months ago
[x] Abstract the usage of the transport (#115)
[x] Favour struct params over usual params, so the APIs have a named arguments
[ ] Use
std::sync::Mutex
over
tokio::sync::Mutex
when possible (when we don't hold the mutex between await points)
[x] Improve documentation
std::sync::Mutex
overtokio::sync::Mutex
when possible (when we don't hold the mutex between await points)