TaskParams struct
          #include <taskflow/core/graph.hpp>
        
        task parameters to use when creating an asynchronous task
Public variables
- 
              std::string name 
- name of the task
- void* data
- C-styled pointer to user data.