| 18 | class 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); |
nothing calls this directly
no outgoing calls
no test coverage detected