mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +00:00
LibCore: Add Core::Process::spawn()
This is a simple wrapper around posix_spawn() that will help us simplify a bunch of very verbose posix_spawn() invocations. This first version only supports the simplest case: executing an executable without passing arguments or doing anything fancy. More features can be added to cover more cases. :^)
This commit is contained in:
parent
ad3ae7e0e8
commit
6e65b36973
3 changed files with 55 additions and 0 deletions
|
@ -21,6 +21,7 @@ set(SOURCES
|
|||
NetworkResponse.cpp
|
||||
Notifier.cpp
|
||||
Object.cpp
|
||||
Process.cpp
|
||||
ProcessStatisticsReader.cpp
|
||||
Property.cpp
|
||||
Socket.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue