davidje13 / Raffle

Calculates odds of winning prizes in a raffle
https://davidje13.github.io/Raffle/
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Shared worker engine #10

Closed davidje13 closed 6 years ago

davidje13 commented 6 years ago

Create an engine type which shares a pool of worker threads and uses them to process queued requests.

It may be desirable to allow prioritisation (e.g. run multiplications immediately rather than waiting for calculations).