Example usage for Java java.util.concurrent Executor fields, constructors, methods, implement or subclass
The text is from its open source code.
void | execute(Runnable command) Executes the given command at some time in the future. |
String | toString() Returns a string representation of the object. |