GRPC C++  1.26.0
Public Member Functions
grpc_core::LogicalThread Class Reference

#include <logical_thread.h>

Public Member Functions

void Run (std::function< void()> callback, const grpc_core::DebugLocation &location)
 
- Public Member Functions inherited from grpc_core::RefCounted< LogicalThread >
 ~RefCounted ()=default
 
RefCountedPtr< LogicalThreadRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< LogicalThreadRef (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
bool RefIfNonZero ()
 
bool RefIfNonZero (const DebugLocation &location, const char *reason)
 
 RefCounted (const RefCounted &)=delete
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::RefCounted< LogicalThread >
 RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1)
 

Member Function Documentation

◆ Run()

void grpc_core::LogicalThread::Run ( std::function< void()>  callback,
const grpc_core::DebugLocation location 
)

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