Avatar
omochimetaru 7/30/2020 2:43 AM
Add async to the type system. async can be written as part of a function type or function declaration, following the parameter list, e.g., func doSomeWork() async { ... } async functions are distin...
2:43 AM
asyncがマージされた
2:44 AM
async関数宣言が型システムで扱えるようになっただけっぽいけど、いよいよ進むのかしら