Task.fixRef

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ReturnType fixRef(ReturnType* val)
  2. ReturnType fixRef(ReturnType val)
    class Task(alias fun, Args...)
    ref
    static if(!is(ReturnType == void))
    static if(!(is(typeof(&fun(_args)))))
    fixRef

Meta