Obtain the associated executor.
| 374 | |
| 375 | /// Obtain the associated executor. |
| 376 | executor_type get_executor() const noexcept |
| 377 | { |
| 378 | return this->executor_; |
| 379 | } |
| 380 | |
| 381 | /// Forwarding function call operator. |
| 382 | template <typename... Args> |
no outgoing calls
no test coverage detected