Overview of Package io.sarl.sre.janus.services.executor.tasks
Object Type List
Name Description
EarlyExitException This exception is thrown when a function must never return from the point of view of an agent.
Runnables Utilities for runnables and callables.
SreCallable A specific SRE callable that is catching the EarlyExitException.
SreConsumer A specific SRE consumer that is catching the EarlyExitException.
SreExecutable Abstract implementation of a task that could be run on the JRE executor service.
SreKernelRunnable A specific SRE runnable for kernel tasks.
SreRunnable A specific SRE runnable that is catching the EarlyExitException.