- Mar 25, 2020
-
-
Nat Goodspeed authored
Monty's code review reveals that conflating dispatch() with [un]lock functionality is inconsistent and unnecessary.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
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.
-