-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
designDesign of APIs or of the language itselfDesign of APIs or of the language itselfioInvolving the I/O subsystem: libuv, read, write, etc.Involving the I/O subsystem: libuv, read, write, etc.parallelismParallel or distributed computationParallel or distributed computation
Milestone
Description
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.
StefanKarpinski, ararslan and Sacha0
Metadata
Metadata
Assignees
Labels
designDesign of APIs or of the language itselfDesign of APIs or of the language itselfioInvolving the I/O subsystem: libuv, read, write, etc.Involving the I/O subsystem: libuv, read, write, etc.parallelismParallel or distributed computationParallel or distributed computation