mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-22 01:19:16 +01:00
added mechanism to track transaction sources
This commit is contained in:
@@ -34,7 +34,10 @@ extension Internals {
|
||||
|
||||
internal final class Closure<T, U> {
|
||||
|
||||
// MARK: FilePrivate
|
||||
// MARK: Internal
|
||||
|
||||
internal typealias Arguments = T
|
||||
internal typealias Result = U
|
||||
|
||||
internal init(_ closure: @escaping (T) -> U) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user