-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Create OneshotGenericChannel abstraction #39019
Copy link
Copy link
Closed
Labels
B-feature-trackingThis issue tracks a particular high-level featureThis issue tracks a particular high-level feature
Description
For channels that are supposed to be a oneshot channel (e.g. a single reply to a request), we should probably encode this as a separate type.
This should also allow us to optimize the implementation for the oneshot scenario (fixed size, single use, SPSC channel).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B-feature-trackingThis issue tracks a particular high-level featureThis issue tracks a particular high-level feature