Class Resume

Class Documentation

class Resume

Public Functions

void operator()() const

Call this object to tell the Task to resume.

Public Static Functions

static Resume make(std::function<void()> callback)

Make a Resume object. The callback will be triggered when the user triggers the Resume.