ModErn Text Analysis
META Enumerates Textual Applications
Public Member Functions | List of all members
meta::parallel::thread_pool::task Struct Referenceabstract

A generic task object. More...

Inheritance diagram for meta::parallel::thread_pool::task:
meta::parallel::thread_pool::concrete_task< R >

Public Member Functions

virtual void run ()=0
 Runs the given task.
 
virtual ~task ()=default
 Virtual destructor to support deletion from base pointers.
 

Detailed Description

A generic task object.


The documentation for this struct was generated from the following file: