Page MenuHomePhorge

AwaitAll.cpp
No OneTemporary

Size
948 B
Referenced Files
None
Subscribers
None

AwaitAll.cpp

//===-- deluxe/executionpolicies/AwaitAll.cpp -------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file deluxe/executionpolicies/AwaitAll.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019
///
/// \brief Implementation for deluxe/executionpolicies/AwaitAll.h.
///
//===----------------------------------------------------------------------===//
#include "AwaitAll.h"
#include <algorithm>
namespace rosa {
namespace deluxe {
AwaitAll::AwaitAll(const std::set<size_t> &S)
: AwaitBase(S,
CheckerType(std::all_of<std::set<size_t>::const_iterator,
std::function<bool(const size_t)>>)) {}
std::string AwaitAll::dump(void) const noexcept {
return "Await all of " + dumpS();
}
} // End namespace deluxe
} // End namespace rosa

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 10:21 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
281326
Default Alt Text
AwaitAll.cpp (948 B)

Event Timeline