Google Cloud C++ Client 2.10.1
C++ Client Library for Google Cloud Platform
Loading...
Searching...
No Matches
Public Member Functions | List of all members
google::cloud::BackgroundThreads Class Referenceabstract

A object representing the background threads available to a Client. More...

#include <google/cloud/background_threads.h>

Public Member Functions

virtual ~BackgroundThreads ()=default
 
virtual CompletionQueue cq () const =0
 The completion queue used for the background operations. More...
 

Detailed Description

A object representing the background threads available to a Client.

Constructor & Destructor Documentation

◆ ~BackgroundThreads()

virtual google::cloud::BackgroundThreads::~BackgroundThreads ( )
virtualdefault

Member Function Documentation

◆ cq()

virtual CompletionQueue google::cloud::BackgroundThreads::cq ( ) const
pure virtual

The completion queue used for the background operations.