mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Add an undertaker task that is responsible for destroying dead tasks.
This commit is contained in:
parent
1c1d0f5362
commit
d90d125dfe
Notes:
sideshowbarker
2024-07-19 18:40:01 +09:00
Author: https://github.com/awesomekling
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