GRPC C++  1.26.0
Data Structures | Namespaces | Enumerations | Functions
executor.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/gpr/spinlock.h"
#include "src/core/lib/gprpp/thd.h"
#include "src/core/lib/iomgr/closure.h"

Go to the source code of this file.

Data Structures

struct  grpc_core::ThreadState
 
class  grpc_core::Executor
 

Namespaces

 grpc_core
 Internal thread interface.
 

Enumerations

enum  grpc_core::ExecutorType { grpc_core::ExecutorType::DEFAULT = 0, grpc_core::ExecutorType::RESOLVER, grpc_core::ExecutorType::NUM_EXECUTORS }
 
enum  grpc_core::ExecutorJobType { grpc_core::ExecutorJobType::SHORT = 0, grpc_core::ExecutorJobType::LONG, grpc_core::ExecutorJobType::NUM_JOB_TYPES }
 

Functions

void grpc_core::grpc_executor_global_init ()