Realm C++ SDK Version v2.2.0
Public Member Functions | List of all members
realm::scheduler Struct Referenceabstract
Inheritance diagram for realm::scheduler:
realm::internal::realm_core_scheduler

Public Member Functions

virtual void invoke (std::function< void()> &&)=0
 
virtual bool is_on_thread () const noexcept=0
 
virtual bool is_same_as (const scheduler *other) const noexcept=0
 
virtual bool can_invoke () const noexcept=0
 

Member Function Documentation

◆ can_invoke()

virtual bool realm::scheduler::can_invoke ( ) const
pure virtualnoexcept

◆ invoke()

virtual void realm::scheduler::invoke ( std::function< void()> &&  )
pure virtual

◆ is_on_thread()

virtual bool realm::scheduler::is_on_thread ( ) const
pure virtualnoexcept

◆ is_same_as()

virtual bool realm::scheduler::is_same_as ( const scheduler other) const
pure virtualnoexcept

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