set the start callback which will execute before network forward
| 90 | |
| 91 | //! set the start callback which will execute before network forward |
| 92 | void set_start_callback(const StartCallback& callback) override { |
| 93 | m_start_callback = std::move(callback); |
| 94 | } |
| 95 | |
| 96 | //! set the finish callback which will execute after network forward |
| 97 | void set_finish_callback(const FinishCallback& callback) override { |
no outgoing calls