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:
parent
1c1d0f5362
commit
d90d125dfe
3 changed files with 42 additions and 8 deletions
|
@ -67,6 +67,8 @@ public:
|
|||
|
||||
FileHandle* fileHandleIfExists(int fd);
|
||||
|
||||
static void doHouseKeeping();
|
||||
|
||||
bool acceptsMessageFrom(Task&);
|
||||
|
||||
void block(Task::State);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue