SuspendFunc

[req.suspend_func]

A type Func satisfies SuspendFunc if it meets the following requirements:


SuspendFunc Requirements: Pseudo-Signature, Semantics

Func::Func(const Func&)

Copy constructor.

void Func::operator()(tbb::task::suspend_point)

Body that accepts the current task execution point to resume later.

See also: