GRPC C++  1.39.1
Public Member Functions | Data Fields
grpc_core::CallbackWrapper Struct Reference

Public Member Functions

 CallbackWrapper (std::function< void()> cb, const grpc_core::DebugLocation &loc)
 

Data Fields

MultiProducerSingleConsumerQueue::Node mpscq_node
 
const std::function< void()> callback
 
const DebugLocation location
 

Constructor & Destructor Documentation

◆ CallbackWrapper()

grpc_core::CallbackWrapper::CallbackWrapper ( std::function< void()>  cb,
const grpc_core::DebugLocation loc 
)
inline

Field Documentation

◆ callback

const std::function<void()> grpc_core::CallbackWrapper::callback

◆ location

const DebugLocation grpc_core::CallbackWrapper::location

◆ mpscq_node

MultiProducerSingleConsumerQueue::Node grpc_core::CallbackWrapper::mpscq_node

The documentation for this struct was generated from the following file: