concurrency::Job struct

Job descriptor to be run by the workers.

Template parameters
T type to be run by the runner. Mostly void function