task_handle::operator() Operator

The function call operator that the runtime invokes to perform the work of the task handle.

void operator()() const;

Requirements

Header: ppl.h

Namespace: Concurrency

See Also

Reference

task_handle Class