mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[PR #214] [CLOSED] Changin internal transactionQueue to open #478
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/214
Author: @WCharysz-ALTEN
Created: 10/19/2017
Status: ❌ Closed
Base:
prototype/Swift_4_0← Head:prototype/Swift_4_0📝 Commits (1)
2b8b9d4Changin internal transactionQueue to open📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Sources/BaseDataTransaction.swift(+1 -1)📄 Description
I changed the property transactionQueue in BaseDataTransaction from internal to open. This way it will be available outside the framework and can be later passed to the Alamofire completionQueue. This will make possible to use asynchronous transactions in the Alamofire completion closures.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.