Skip to content

Commit

Permalink
Refactor MdocOfflineDelegate to add @mainactor attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
phisakel committed Sep 19, 2024
1 parent 5fdb854 commit bcd28d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import MdocDataModel18013
import MdocSecurity18013

/// delegate protocol for clients of the mdoc offline transfer manager
@MainActor
public protocol MdocOfflineDelegate: AnyObject {
func didChangeStatus(_ newStatus: TransferStatus)
func didFinishedWithError(_ error: Error)
Expand Down

0 comments on commit bcd28d9

Please sign in to comment.