public static interface UnfairExecutor.TaskStripeGenerator
Strategy for taking in a task and producing a long which will be translated to which thread
the task should be distributed on to. This number is only a guide for the scheduler, the
scheduler may choose another thread depending on what internal balancing may be possible.