Example task class which is not really implemented. More...
Static Public Member Functions | |
| static void | task (exec::cpu s) noexcept | 
| A task can be a static member function.   | |
| template<class S > | |
| static void | task (S s) noexcept | 
| A task can be a static member function template.   | |
Example task class which is not really implemented.
      
  | 
  staticnoexcept | 
A task can be a static member function.
Parameters and return type can vary.
| s | execution space, if desired | 
      
  | 
  staticnoexcept |