JUCE  v5.1.1-3-g1a0b28c73
JUCE API
MessageManagerLock::BailOutChecker Struct Referenceabstract

#include <juce_MessageManager.h>

Inheritance diagram for MessageManagerLock::BailOutChecker:

Public Member Functions

virtual ~BailOutChecker ()
 
virtual bool shouldAbortAcquiringLock ()=0
 Return true if acquiring the lock should be aborted. More...
 

Constructor & Destructor Documentation

◆ ~BailOutChecker()

virtual MessageManagerLock::BailOutChecker::~BailOutChecker ( )
inlinevirtual

Member Function Documentation

◆ shouldAbortAcquiringLock()

virtual bool MessageManagerLock::BailOutChecker::shouldAbortAcquiringLock ( )
pure virtual

Return true if acquiring the lock should be aborted.

Implemented in MessageManagerLock::ThreadChecker.


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