HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ssfak

no profile record

投稿

Background Jobs in Go with Asynq and Valkey

josephgoksu.com
4 ポイント·投稿者 ssfak·3 か月前·0 コメント

コメント

ssfak
·2 か月前·議論
Related: https://http1mustdie.com/
ssfak
·2 か月前·議論
In Go you can ignore the error value though, and use directly the returned value (`int` in your example). In Rust you cannot do that, you need to unwrap the Result or use the `?`