Implementing a basic Thread Pool in Rust.

In one of my previous stories (link), I have given an example implementation for a queue. As queues provide many nice applications we will consider in this story the tempting use of our own one for creating a basic thread pool. In natural conjunction with thread pools queues appear in the form of task queues. That is, we have a queue that is being able to take Tasks and a pool of threads that is being able to process…

--

--

I am a mathematician and software developer who likes writing advanced code and to do research in applied and pure mathematics.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
applied.math.coding

I am a mathematician and software developer who likes writing advanced code and to do research in applied and pure mathematics.