Page MenuHomePhorge

AwaitAll.h
No OneTemporary

Size
912 B
Referenced Files
None
Subscribers
None

AwaitAll.h

//===-- deluxe/executionpolicies/AwaitAll.h ---------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file deluxe/executionpolicies/AwaitAll.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Declaration of the DeluxeExecutionPolicy AwaitAll.
///
//===----------------------------------------------------------------------===//
#ifndef ROSA_LIB_DELUXE_EXECUTIONPOLICIES_AWAITALL_H
#define ROSA_LIB_DELUXE_EXECUTIONPOLICIES_AWAITALL_H
#include "AwaitBase.h"
namespace rosa {
namespace deluxe {
class AwaitAll : public AwaitBase {
public:
AwaitAll(const std::set<size_t> &S);
std::string dump(void) const noexcept override;
};
} // End namespace deluxe
} // End namespace rosa
#endif // ROSA_LIB_DELUXE_EXECUTIONPOLICIES_AWAITALL_H

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 5:14 PM (51 m, 3 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
287560
Default Alt Text
AwaitAll.h (912 B)

Event Timeline