Put the Runnable object on the process queue of the threadpool.
This process will be executed at defaut priority as soon as a
thread is available
Parameters:
runnable - the Runnable object to process
process
public void process(java.lang.Runnable runnable,
int priority)
Put the Runnable object on the process queue of the threadpool.
This process will be executed at the specified priority as soon as a
thread is available
Parameters:
runnable - the Runnable object to process
priority - the priority the process should run with