OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
threading_serial::task_group Class Reference

#include <threading_serial.h>

Public Member Functions

template<typename F >
void run (F &&f)
 
void cancel ()
 
void wait ()
 

Detailed Description

Definition at line 22 of file threading_serial.h.

Member Function Documentation

void threading_serial::task_group::cancel ( )
inline

Definition at line 28 of file threading_serial.h.

28  { /*not implemented*/
29  }
template<typename F >
void threading_serial::task_group::run ( F &&  f)
inline

Definition at line 25 of file threading_serial.h.

References anonymous_namespace{Utm.h}::f.

25  {
26  f();
27  }
constexpr double f
Definition: Utm.h:31
void threading_serial::task_group::wait ( )
inline

Definition at line 30 of file threading_serial.h.

30 {}

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