Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void Submit (std::function<void()>&& a_f)
96
{
97
s_thread->Submit(std::move(a_f));
98
}
99
100
void Submit (std::function<void()> const& a_f)
101
{
Callers
4
~BackgroundThread
Method · 0.85
Finish
Method · 0.85
AsyncWriteDoit
Method · 0.85
WriteMultiLevelPlotfile
Function · 0.85
Calls
1
Submit
Method · 0.80
Tested by
no test coverage detected