|
Realm C++ SDK版本 v 2.2.0
|
19#ifndef CPPREALM_SCHEDULER_HPP
20#define CPPREALM_SCHEDULER_HPP
33 虚拟 void invoke(std::function<
void ()> &&) = 0 ;
38 [[nodiscard]]
virtual bool is_on_thread()
const noException = 0 ;
43 虚拟 bool is_same_as(
const scheduler *other)
const noException = 0 ;
51 [[nodiscard]]
virtual bool can_invoke()
const noException = 0 ;