Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Dec 12, 2024
1 parent 5383365 commit e82faec
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Sources/Verge/Store/StoreDriverType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,13 @@ extension StoreDriverType {
return try mutation(&ref)
}

return result

let box = UnsafeSendableStruct(result)

return box.send()
}

return result
let box = UnsafeSendableStruct(result)
return box.send()
}

await self.waitUntilAllEventConsumed()
Expand Down

0 comments on commit e82faec

Please sign in to comment.