...

/

Challenge: Channel and Actors

Challenge: Channel and Actors

Solve the challenge of creating a channel where producer is faster than consumer (receiver).

We'll cover the following...

Problem

Write a program to make our producer fast and our receiver slow with unlimited capacity. The channel should accept all the ...