userver: concurrent::FunctionId Class Reference
Loading...
Searching...
No Matches
concurrent::FunctionId Class Referencefinal

#include <userver/concurrent/async_event_source.hpp>

Detailed Description

Uniquely identifies a subscription (usually the callback method owner) for AsyncEventSource

Definition at line 37 of file async_event_source.hpp.

Classes

struct  Hash
 

Public Member Functions

template<typename Class >
 FunctionId (Class *obj)
 
 operator bool () const
 
bool operator== (const FunctionId &other) const
 

Constructor & Destructor Documentation

◆ FunctionId()

template<typename Class >
concurrent::FunctionId::FunctionId ( Class * obj)
inlineexplicit

Definition at line 42 of file async_event_source.hpp.


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