guillotine.executor

Executor service for task submission and tracking

Members

Aliases

DefaultProvider
alias DefaultProvider = Sequential

The default Provider

Classes

Executor
class Executor

Provides a task submission service upon which tasks can be submitted and a Future is returned as handle to that submitted task.

Functions

hi
int hi()
Undocumented in source. Be warned that the author may not have intended to support it.
hiFloat
float hiFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
hiVoid
void hiVoid()
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

WorkerFunction
template WorkerFunction(alias FuncIn)

Generates a Value-returning function with a 0 parameter arity based on an input symbol of an existing function which has 0 arity and return a supported type

Meta