Skip to content

Commit

Permalink
Update RefdsReduxStore.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelesantos committed Jul 19, 2024
1 parent 8bf6469 commit 014e6ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/RefdsRedux/RefdsReduxStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ public final class RefdsReduxStore<State>: ObservableObject {

private let queue = DispatchQueue(
label: "refds.designPatterns.redux.middleware",
qos: .userInteractive
qos: .userInteractive,
attributes: .concurrent
)

public init(
Expand Down

0 comments on commit 014e6ea

Please sign in to comment.