send abstract method

void send(
  1. ThreadRequest data
)

Sends a ThreadRequest to the thread for processing.

data - The data to be processed by the thread.

Implementation

void send(ThreadRequest data);