Skip to content

Tracking Issue to deliver the channel family incrementally #206

Description

@tisonkun

Goal

Deliver the channel taxonomy agreed in #167 through small, independently reviewable pull requests instead of one bundled implementation.

Current status for 0.7

Working agreements

  • Keep public modules and their source families at direct crate-root paths such as asyncband::mpsc and asyncband/src/mpsc.
  • Put machinery shared by multiple families under the private crate-level internal module; keep family-specific machinery inside that family.
  • Preserve existing public behavior unless a subtask explicitly proposes an API change.
  • Add one channel family or one implementation concern at a time.
  • Compare contention and topology-specific performance with semantically similar Rust channels. Being the fastest is not required, but sustained order-of-magnitude regressions must be treated as implementation defects.
  • Keep bounded backpressure and unbounded growth as the initial policies. Sliding, drop-oldest, and lag semantics remain deferred.
  • Do not expose queue, ring, Disruptor, or sequencer machinery through the public API.

Remaining delivery

Design baseline: #167. Prior broadcast work: #117 and #146.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions