
SE Radio 562: Bastian Gruber on Rust Web Development
Software Engineering Radio - the podcast for professional software developers
00:00
How to Log and Trace Asynchronous Functions
In an asynchronous Rust world there is a famous like lock crate which sort of like works as a facade pattern. The actual implementation of this locking function nullity is done by another crate. If you ever want to change your locking crate you can change it but the facade keeps it so you can use the same lines of code and you don't have to change it.
Transcript
Play full episode