- command
- the runnable task
Type Reason Java.Util.Concurrent.RejectedExecutionException if this task cannot be accepted for execution Java.Lang.NullPointerException if command is null
Executes the given command at some time in the future. The command may execute in a new thread, in a pooled thread, or in the calling thread, at the discretion of the Executor implementation.