I don't think there's been much of one.
That said, you could probably just replace async
with try
and await
with ?
in
(Personally, I think I prefer the explicit-?
and explicit-await
versions.)
I don't think there's been much of one.
That said, you could probably just replace async
with try
and await
with ?
in
(Personally, I think I prefer the explicit-?
and explicit-await
versions.)