Back to Taskflow

taskflow/algorithm/partitioner.hpp file

docs/partitioner_8hpp.html

4.0.01.5 KB
Original Source

taskflow/algorithm/partitioner.hpp file

partitioner include file

Namespaces

namespace tftaskflow namespace

Classes

class tf::DefaultClosureWrapperclass to create a default closure wrapper template<typename C = DefaultClosureWrapper> class tf::PartitionerBaseclass to derive a partitioner for scheduling parallel algorithms template<typename C = DefaultClosureWrapper> class tf::GuidedPartitionerclass to create a guided partitioner for scheduling parallel algorithms template<typename C = DefaultClosureWrapper> class tf::DynamicPartitionerclass to create a dynamic partitioner for scheduling parallel algorithms template<typename C = DefaultClosureWrapper> class tf::StaticPartitionerclass to construct a static partitioner for scheduling parallel algorithms template<typename C = DefaultClosureWrapper> class tf::RandomPartitionerclass to construct a random partitioner for scheduling parallel algorithms