Avail Task
An AvailTask extends Runnable with a priority. Instances are intended to be executed only by Avail threads.
Author
Todd L Smith
Parameters
priority
The priority, a value in [0..255]. Tasks with higher numerical values typically run before those with lower numerical values. See quasiDeadline.
body
The action to execute for this task.