AbstractExecutor

class AbstractExecutor : Executor (
T
) if (
is(T == class)
) {}

Constructors

this
this()
Undocumented in source.

Members

Mixins

__anonymous
mixin Witchcraft!T
Undocumented in source.

Inherited Members

From Executor

registerExecutors
void registerExecutors(string name, ExecutorInfo[] executors)
Undocumented in source. Be warned that the author may not have intended to support it.
getExecutors
ExecutorInfo[] getExecutors(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta