tokio::select! eager evaluation only if outside async block
I’m trying to use the select!
macro’s pre-condition to only include a branch if an Option
is the Some
variant.
I’m trying to use the select!
macro’s pre-condition to only include a branch if an Option
is the Some
variant.