Skip to content

ConfigUpdatesAsyncSequence - should it be Sendable or passed as sending? #43

@czechboy0

Description

@czechboy0

Right now ConfigUpdatesAsyncSequence isn't marked as Sendable, and isn't being passed into the watch closures as sending, either. That can limit how it can be used in the adopter's business logic.

Should it be marked Sendable? That would require that its input AsyncSequence (the one created by a ConfigProvider) also needs to be Sendable. Or should it be passed as Sending?

@FranzBusch, thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions