LibreOffice Module comphelper (master) 1
Classes | Namespaces | Functions | Variables
asyncnotification.cxx File Reference
#include <comphelper/asyncnotification.hxx>
#include <comphelper/scopeguard.hxx>
#include <mutex>
#include <condition_variable>
#include <cassert>
#include <stdexcept>
#include <vector>
#include <algorithm>
Include dependency graph for asyncnotification.cxx:

Go to the source code of this file.

Classes

struct  comphelper::EventNotifierImpl
 

Namespaces

namespace  comphelper
 

Functions

void comphelper::JoinAsyncEventNotifiers ()
 

Variables

static std::vector< std::weak_ptr< AsyncEventNotifierAutoJoin > > comphelper::g_Notifiers
 

Variable Documentation

◆ aEvent

AnyEventRef aEvent

◆ rProcessor

const ::rtl::Reference< IEventProcessor >& rProcessor

Definition at line 50 of file asyncnotification.cxx.

◆ xProcessor

::rtl::Reference< IEventProcessor > xProcessor

Definition at line 45 of file asyncnotification.cxx.