mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 00:41:00 +00:00
This class can be used to run a task in another thread, and allows the caller to wait for the task to complete to retrieve any error that may have occurred. Currently, it doesn't support functions returning a value on success, but with some template magic that should be possible. :^) |
||
|---|---|---|
| .. | ||
| BackgroundAction.cpp | ||
| BackgroundAction.h | ||
| CMakeLists.txt | ||
| ConditionVariable.h | ||
| Forward.h | ||
| Mutex.h | ||
| MutexProtected.h | ||
| Thread.cpp | ||
| Thread.h | ||
| WorkerThread.h | ||