Current JobPool implementation sizes it's number of threads at creation and it's const for the lifetime of an object.
Research of allowing the JobPool to grow up to some max but only on demand. If there is pending jog and no sleeping thread, create a new one, otherwise leave job in queue.
Current JobPool implementation sizes it's number of threads at creation and it's const for the lifetime of an object.
Research of allowing the JobPool to grow up to some max but only on demand. If there is pending jog and no sleeping thread, create a new one, otherwise leave job in queue.