Commit Graph

1 Commits (19d063952c4706d4344f207775aa5dfdff8802fd)

Author SHA1 Message Date
Nat Goodspeed 960593fd5e 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.
2020-03-25 15:28:17 -04:00