Google Cloud C++ Client  2.7.0
C++ Client Library for Google Cloud Platform
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.

Definition at line 27 of file background_threads.h.

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.