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
commit d90d125dfe
Notes: sideshowbarker 2024-07-19 18:40:01 +09:00
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);