GDB (xrefs)
Loading...
Searching...
No Matches
run-on-main-thread.h File Reference
#include <functional>

Go to the source code of this file.

Functions

void run_on_main_thread (std::function< void()> &&)
 
bool is_main_thread ()
 

Function Documentation

◆ is_main_thread()

bool is_main_thread ( )
extern

◆ run_on_main_thread()

void run_on_main_thread ( std::function< void()> && func)
extern