1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:57:35 +00:00

Add an undertaker task that is responsible for destroying dead tasks.

This commit is contained in:
Andreas Kling 2018-10-23 15:41:55 +02:00
parent 1c1d0f5362
commit d90d125dfe
3 changed files with 42 additions and 8 deletions

View file

@ -67,6 +67,8 @@ public:
FileHandle* fileHandleIfExists(int fd);
static void doHouseKeeping();
bool acceptsMessageFrom(Task&);
void block(Task::State);