Cpp-Taskflow  2.2.0
tf::ExecutorObserver::Execution Class Reference

Data structure for a task execution. More...

#include <observer.hpp>

Collaboration diagram for tf::ExecutorObserver::Execution:

Public Member Functions

 Execution (TaskView tv, std::chrono::time_point< std::chrono::steady_clock > b)
 
 Execution (TaskView tv, std::chrono::time_point< std::chrono::steady_clock > b, std::chrono::time_point< std::chrono::steady_clock > e)
 

Public Attributes

TaskView task_view
 
std::chrono::time_point< std::chrono::steady_clockbeg
 
std::chrono::time_point< std::chrono::steady_clockend
 

Detailed Description

Data structure for a task execution.


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