ladybird/Kernel/Tasks
Andreas Kling a098266ff5 Kernel: Simplify Process factory functions
- Instead of taking the first new thread as an out-parameter, we now
  bundle the process and its first thread in a struct and use that
  as the return value.

- Make all Process factory functions return ErrorOr. Use this to convert
  some places to more TRY().

- Drop the "try_" prefix on Process factory functions.
2023-04-04 10:33:42 +02:00
..
FinalizerTask.cpp Kernel: Simplify Process factory functions 2023-04-04 10:33:42 +02:00
FinalizerTask.h
SyncTask.cpp Kernel: Simplify Process factory functions 2023-04-04 10:33:42 +02:00
SyncTask.h