- Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.
Milestone
Description
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
Labels
kind/enhancementImprovements to existing feature.Improvements to existing feature.