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.
## 📋 Pull Request Information
**Original PR:** https://github.com/JohnEstropia/CoreStore/pull/214
**Author:** [@WCharysz-ALTEN](https://github.com/WCharysz-ALTEN)
**Created:** 10/19/2017
**Status:** ❌ Closed
**Base:** `prototype/Swift_4_0` ← **Head:** `prototype/Swift_4_0`
---
### 📝 Commits (1)
- [`2b8b9d4`](https://github.com/JohnEstropia/CoreStore/commit/2b8b9d4a91c2807cc178b4ae90f544f69d165ae6) Changin internal transactionQueue to open
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `Sources/BaseDataTransaction.swift` (+1 -1)
</details>
### 📄 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.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.