MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / AsyncWriter

Method AsyncWriter

src/IO/Writer/Module/AsyncWriter.h:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18class AsyncWriter {
19 public:
20 AsyncWriter() = default;
21 void execInit(const async::ExecInfo& info, const AsyncWriterInit& params);
22 void exec(const async::ExecInfo& info, const AsyncWriterExec& params);
23 void execWait(const async::ExecInfo& info);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected