#include <AMReX_Config.H>
#include <functional>
Go to the source code of this file.
Classes | |
struct | amrex::AsyncOut::WriteInfo |
Namespaces | |
namespace | amrex |
namespace | amrex::AsyncOut |
Functions | |
void | amrex::AsyncOut::Initialize () |
void | amrex::AsyncOut::Finalize () |
bool | amrex::AsyncOut::UseAsyncOut () |
WriteInfo | amrex::AsyncOut::GetWriteInfo (int rank) |
void | amrex::AsyncOut::Submit (std::function< void()> &&a_f) |
void | amrex::AsyncOut::Submit (std::function< void()> const &a_f) |
void | amrex::AsyncOut::Finish () |
void | amrex::AsyncOut::Wait () |
void | amrex::AsyncOut::Notify () |