[PR #214] [CLOSED] Changin internal transactionQueue to open #478

Closed
opened 2025-12-29 15:32:31 +01:00 by adam · 0 comments
Owner

📋 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_0Head: prototype/Swift_4_0


📝 Commits (1)

  • 2b8b9d4 Changin 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.

## 📋 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>
adam added the pull-request label 2025-12-29 15:32:31 +01:00
adam closed this issue 2025-12-29 15:32:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#478