Challenge: Channel and Actors
Solve the challenge of creating a channel where producer is faster than consumer (receiver).
Problem
Write a program to make our producer fast and our receiver slow with unlimited capacity. The channel should accept all the ...