Enable async callback dispatcher (main-thread queue)
Source:R/callbacks.R
tcc_callback_async_enable.RdInitializes an event-loop handler so callbacks can be scheduled from non-R threads and executed on the main R thread. This is currently supported on Unix-like systems only.