]> piware.de Git - learn-rust.git/commitdiff
tokio-tutorial-mini-redis: Add proper error handling
authorMartin Pitt <martin@piware.de>
Sun, 18 Sep 2022 18:04:38 +0000 (20:04 +0200)
committerMartin Pitt <martin@piware.de>
Sun, 18 Sep 2022 18:04:38 +0000 (20:04 +0200)
Keep unwrapping accept() and Mutex failures, these are early/unlikely enough
to be okay to crash.


No differences found