Fun with Channels in Golang

Fun with Channels in Golang


Here, I look at using channels to run a large number of function calls, but only a smaller number at a time in a safe way. The resulting library should be fairly easy to use in most cases where...
Tags:channels