ForkJoinTask.setRawResult

Forces the given value to be returned as a result. This method is designed to support extensions, and should not in general be called otherwise.

@param value the value

class ForkJoinTask(V)
protected abstract
static if(!(is(V == void)))
void
setRawResult
()

Meta