This repository contains the presentation and sample codes written in Go, Python, Node which demonstrates how to resolve some tasks using concurrency.
Create an asynchronous program for downloading and storing content.
Create an asynchronous program for downloading and storing content. Consider that only three consumers can run simultaneously and a producer shouldn't start a download process if all consumers are busy.
Create an asynchronous program for getting the first response from the multiple replicas.