20 EnableQueueForMainThread();
25 virtual ~EnableQueueForMainThread() ;
31 MCAPI
explicit EnableQueueForMainThread(::std::string name);
35 MCAPI_C ::Bedrock::Threading::Async<void> queueForMainThread(::std::function<
void()>&& callback);
37 MCAPI_C ::Bedrock::Threading::Async<void> queueForMainThreadAutoRequeue(::std::function<
bool()>&& callback);
43 MCAPI
void* $ctor(::std::string name);