Executors

ExecutorFactory()

ExecutorFactory is an abstract class that provides a way to create an executor object.

Executor(app[, datastore])

This is the base class that enables execution of an application.

SingleProcessExecutor(app[, datastore])

This class implements execution of a MONAI App in a single process in environment.