Returns a copy of the runners being used with the runner and what threads.
If a thread is not currently running a task it will return with a null
value. This map is a copy and can be modified if necessary without
causing issues.
Returns:
map of all threads that are active with this runner. If the
thread is currently running a job the runnable value will be
populated otherwise null would mean the thread is waiting