▲ | sparkie 2 days 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 2 days ago | parent [-] | ||||||||||||||||
because an async function doesn't require you to change syntaxes to get them to work | |||||||||||||||||
|