WorkerFunction

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

template WorkerFunction (
alias FuncIn
) {}

Members

Functions

workerFunc
Value workerFunc()

Generated "wrapper" function

Parameters

FuncIn

The name of the function to wrap

Meta