Skip to content

Deprecate produce-consume #17699

Closed
Closed
@amitmurthy

Description

@amitmurthy

We currently have two different methods of inter-task communication. This issue is a reminder to deprecate the produce / consume API and have that similar functionality supported by implementing support for Channel(0), i.e., put!on a channel backed by by a 0-sized buffer will block till the time a matching take! is called.

Edit : Unbuffered channels, i.e., Channel(0) have been implemented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    designDesign of APIs or of the language itselfioInvolving the I/O subsystem: libuv, read, write, etc.parallelismParallel or distributed computation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions