Age | Commit message (Collapse) | Author |
|
This makes the forked process capable of constructing a new event loop,
should it choose to.
|
|
This allows safer asynchronous handling of signals. Signals are
dispatched with highest priority.
|
|
Now that the Shell uses Core::EventLoop, we can't afford to just crash if /tmp
is unwritable.
|
|
The previous code did not account for the case when there are timers present,
but none are enabled, and used a zero polling timeout.
Fixes https://github.com/SerenityOS/serenity/issues/2222
|
|
|
|
This patch adds <LibCore/Forward.h> and uses it in various places to
shrink the header dependency graph.
|
|
|