ThreadPool.JobD

An alias for the type of delegates this thread pool considers a job

class ThreadPool(Args...)
alias JobD = void delegate(Args)

Meta