pub fn is_r_main_thread() -> bool
Check if the current thread is R’s main thread.
Returns true if called from the main R thread, false otherwise. Before miniextendr_runtime_init() is called, always returns false.
true
false
miniextendr_runtime_init()