これは普通のクロージャーから非同期ブロックを返すことで回避できます。 let closure = || async {}; closure().await; // moveするときはasync ...
確定! 回上一頁