Avatar
omochimetaru 2/11/2023 9:54 AM
async let x = { // (1) print("foo") // 重めの同期処理 return 42 }() ↑この書き方なんですけど、(1)が「メインスレッドに投入されない」保証はあるんですかね?