diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2021-10-25 17:31:27 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2021-10-25 17:31:27 -0400 |
commit | 023d39963e850356e1af6eec7f857e2534ce8d38 (patch) | |
tree | 3e813e18493e5d74127e4699bc5cf23746965932 /indra/llui/llscrolllistcolumn.cpp | |
parent | e7b8c27741201528bf78f95c96ba820833923dab (diff) |
SL-16220: WorkQueue::runOn() methods submit work, wait for result.
The idea is that you can call runOn(target, callable) from a (non-default)
coroutine and block that coroutine until the result becomes available.
As a safety check, we forbid calling runOn() from a thread's default
coroutine, assuming that a given thread's default coroutine is the one
servicing the relevant WorkQueue.
Diffstat (limited to 'indra/llui/llscrolllistcolumn.cpp')
0 files changed, 0 insertions, 0 deletions