▲ | sparkie 3 months ago | ||||||||||||||||
`await` can only be used in an `async` function. How is that so different from `let!` only being available in a computation expression? | |||||||||||||||||
▲ | shortrounddev2 3 months ago | parent [-] | ||||||||||||||||
because an async function doesn't require you to change syntaxes to get them to work | |||||||||||||||||
|