MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / Submit

Function Submit

Src/Base/AMReX_AsyncOut.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void Submit (std::function<void()>&& a_f)
96{
97 s_thread->Submit(std::move(a_f));
98}
99
100void Submit (std::function<void()> const& a_f)
101{

Callers 4

~BackgroundThreadMethod · 0.85
FinishMethod · 0.85
AsyncWriteDoitMethod · 0.85
WriteMultiLevelPlotfileFunction · 0.85

Calls 1

SubmitMethod · 0.80

Tested by

no test coverage detected