executor

The ThreadPoolExecutor for running tasks and fibers of this AvailRuntime.

Note that the WorkStealingQueue plugged in as the workQueue only accepts AvailTasks, but the ThreadPoolExecutor mechanism is supposed to accept any Runnable, not just ones that are Comparable. So don't queue anything in it but AvailTasks, and everything will be ok.