24 Dec
2021
24 Dec
'21
7:14 a.m.
As much as i can see the benefits of removing the `async` keyword from PEP 677, i would very much prefer it to stay, It makes the syntax a lot cleaner when it comes to async code, returning `Awaitable[...]` is a lot more hassle than prepending `async` to the start of the signature.