Skip to content

Commit

Permalink
SendableSharedRepository must also conform to Sendable, of course
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Aug 12, 2024
1 parent f9182e0 commit 944eccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
///
/// This concrete `SharedRepository` implementation acts as a typed collection. The stored data is defined and
/// keyed by ``KnowledgeSource`` instances. All values in a `SharedRepository` share the same ``Anchor``.
public protocol SendableSharedRepository<Anchor> {
public protocol SendableSharedRepository<Anchor>: Sendable {
/// The associated Repository Anchor.
///
/// Use a ``RepositoryAnchor`` to constraint the set of values to a certain set of ``KnowledgeSource`` namely all
Expand Down

0 comments on commit 944eccf

Please sign in to comment.