mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
Kernel: Avoid deadlock when trying to send packets from the NetworkTask
fixes #6758
This commit is contained in:
parent
4d697855ea
commit
d8f92bdf96
Notes:
sideshowbarker
2024-07-18 18:51:26 +09:00
Author: https://github.com/gunnarbeutner
Commit: d8f92bdf96
Pull-request: https://github.com/SerenityOS/serenity/pull/6762
4 changed files with 21 additions and 2 deletions
|
@ -10,5 +10,6 @@ namespace Kernel {
|
|||
class NetworkTask {
|
||||
public:
|
||||
static void spawn();
|
||||
static bool is_current();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue