Rewrite channels to expose a sender interface #1154
Labels
category: senders/receivers
P2300
effort: 4
A few weeks of work.
priority: low
Nice to have, but nobody is going to be sad if this is never done.
type: feature
Currently the various
channel
implementations in pika expose a low level API, similar to lockfree queues, where one can get an item throughbool channel(T*)
. A more interesting API would return senders to signal that an item is available from the channel.For transitioning we could:
Keep the current implenmentations until we have a senderized versionKeep the non-sender version indefinitelyThe text was updated successfully, but these errors were encountered: