Skip to content

Commit

Permalink
Add attributes to shared instance
Browse files Browse the repository at this point in the history
  • Loading branch information
garricn committed Apr 17, 2024
1 parent 55755d6 commit 0116cc2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ import Foundation
public class __DependencyProviderRegistry {

/// The singleton instance.
@preconcurrency
@MainActor
public static let instance = __DependencyProviderRegistry()

/// Register the given factory closure with given key.
Expand Down

0 comments on commit 0116cc2

Please sign in to comment.