Interface | Description |
---|---|
TaskExecutorInterface |
This interface presents the services that an object must
implements to handle clients request for compilation, execution and
interpretation.
|
TaskQueueInterface |
This interface presents the basics methods that a queue object managing
tasks must implement.
|
Class | Description |
---|---|
LangInternal |
This class represents a language unit (language name, language id, extension,
compilation command, ...) as seen internally by the server
|
TaskExecutor |
A concrete implementation of the TaskExecutorInterface interface using
docker for the sandboxing
|
TaskQueue |
A concrete implementation of the TaskQueueInterface interface
using the
Deque interface |