asio-grpc v3.4.3
Asynchronous gRPC with Asio/unified executors
Loading...
Searching...
No Matches
agrpc::detail::ReactorExecutorBase< Executor > Class Template Reference

Reactor's executor base. More...

#include <agrpc/detail/reactor_executor_base.hpp>

+ Inheritance diagram for agrpc::detail::ReactorExecutorBase< Executor >:

Public Types

using executor_type = Executor
 The executor type.
 

Public Member Functions

const Executor & get_executor () const noexcept
 Get the executor.
 

Detailed Description

template<class Executor>
class agrpc::detail::ReactorExecutorBase< Executor >

Reactor's executor base.

Since
3.5.0

Member Function Documentation

◆ get_executor()

template<class Executor >
const Executor & agrpc::detail::ReactorExecutorBase< Executor >::get_executor ( ) const
inlinenodiscardnoexcept

Get the executor.

Thread-safe