Taskflow  2.7.0
Release 3.0.0 (Master)

Taskflow 3.0.0 is the newest developing line to new features and improvements we continue to support. It is also where this documentation is generated. Many things are considered experimental and may change or break from time to time. While it may be difficult to be keep all things consistent when introducing new features, we continue to try our best to ensure backward compatibility.

Starting from v3, we will migrate the codebase to the C++17 standard.

Download

To download the newest version of Taskflow, please clone from Taskflow's GitHub.

Working Items

  • migrating to the C++17 standard
  • replacing all non-standard libraries with C++17 STL (e.g., std::optional, std::variant)
  • enhancing the taskflow profiler (TFProf)
  • adding parallel sort tf::Taskflow::sort algorithms
  • enhancing the taskflow profiler (TFProf)
  • adopting constexpr if to replace std::enable_if

New Features

Bug Fixes

There are no bug fixes in this release.

Deprecated Items

Miscellaneous Items