Semaphores in Crystal

Semaphores in Crystal
TL;DR Need to limit how many tasks run at once in your Crystal app? You can implement semaphore-like control using WaitGroup. This article shows how to manage concurrent downloads with just a...
0 Read More