Ansariel Hiller
d91d39fa0f
Changes towards C++20 compatibility ( #2520 )
2024-09-09 13:02:34 +03:00
Andrey Lihatskiy
c95b4bf3ea
Post-merge - trim trailing whitespace
2024-06-10 20:45:59 +03:00
Lars Næsbye Christensen
4419bb8709
more misc: BOOL (int) to real bool
2024-02-12 23:17:22 +02:00
Lars Næsbye Christensen
70f8dc7a4f
miscellaneous: BOOL (int) to real bool
2024-02-12 23:17:22 +02:00
Nat Goodspeed
6586918df0
DRTVWR-494: Remove LLMainThreadTask::dispatch(LockStatic&, ...)
...
Monty's code review reveals that conflating dispatch() with [un]lock
functionality is inconsistent and unnecessary.
2020-03-25 15:28:17 -04:00
Nat Goodspeed
dd98717caa
DRTVWR-494: Document LLMainThreadTask class.
2020-03-25 15:28:17 -04:00
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