17class EnableQueueForThread {
21 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::TaskGroup>> mQueueForThreadTaskGroup;
26 EnableQueueForThread();
31 virtual ~EnableQueueForThread();
39 MCAPI
void flushThreadTasks();
41 MCAPI ::Bedrock::Threading::Async<void> queue(::std::function<
void()>&& callback);
44 MCAPI ::Bedrock::Threading::Async<void> queueAutoRequeue(::std::function<
bool()>&& callback);