feat: add Process type

This commit is contained in:
outfoxxed 2024-03-03 06:54:45 -08:00
parent cd2343e57d
commit 3f0bd20852
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 275 additions and 0 deletions

View file

@ -1,5 +1,6 @@
qt_add_library(quickshell-io STATIC
datastream.cpp
process.cpp
)
if (SOCKETS)