DRTVWR-494: Add LLMainThreadTask to perform work on the main thread.
If already running on the main thread, LLMaintThreadTask simply runs the work inline. Otherwise it queues it for the main thread using LLEventTimer, using std::future to retrieve the result.
indra/llcommon/llmainthreadtask.cpp
0 → 100644
indra/llcommon/llmainthreadtask.h
0 → 100644
Please register or sign in to comment