Skip to content

host-libs/HostBridge: Sendable forces @unchecked Sendable on every consumer #108

Description

@pgherveou

HostBridge is declared Sendable but exposes var storage: HostStorageBackend (reference type), forcing every implementer to use @unchecked Sendable. Either drop Sendable from the protocol or rework storage to value semantics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions