Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CWorkerGate::Lock Class Reference

RAII guard – pauses the worker on construction, resumes on destruction. More...

#include <MediaPipelineWebOS.h>

Public Member Functions

 Lock (CWorkerGate &gate)
 
 ~Lock ()
 
 Lock (const Lock &)=delete
 
Lockoperator= (const Lock &)=delete
 

Detailed Description

RAII guard – pauses the worker on construction, resumes on destruction.

Constructor & Destructor Documentation

◆ Lock() [1/2]

CWorkerGate::Lock::Lock ( CWorkerGate & gate)
inlineexplicit

◆ ~Lock()

CWorkerGate::Lock::~Lock ( )
inline

◆ Lock() [2/2]

CWorkerGate::Lock::Lock ( const Lock & )
delete

Member Function Documentation

◆ operator=()

Lock & CWorkerGate::Lock::operator= ( const Lock & )
delete

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