struct Transaction
The context of the current state-processing update.
現在の状態経過の最新情報の前後関係。
Availability 有効性
Technology
func withTransaction<Result>(_ transaction: Transaction
, _ body: () throws -> Result) rethrows -> Result
The result of executing the closure with the specified transaction. クロージャをその指定されたトランザクションで遂行する結果。
transaction
An instance of a transaction, set as the thread’s current transaction. あるトランザクションのインスタンス、スレッドのもつ現在のトランザクションとして設定されます。
body
A closure to execute. 遂行するクロージャ。
struct Transaction