Class the user supplied algorithm body uses to add new tasks. More...
#include <parallel_do.h>
Public Member Functions | |
void | add (const Item &item) |
Add a work item to a running parallel_do. | |
Friends | |
template<typename Body_ , typename Item_ > | |
class | internal::parallel_do_feeder_impl |
Class the user supplied algorithm body uses to add new tasks.
Item | Work item type |