Avatar
beginAsync { do { await try foo() } catch { ... } }
2:54 AM
beginAsyncthrows/rethrows を封じれば↑が強制されるんですよね。
2:54 AM
これで十分かと。