[mammoth] Move port server operations to their own class.

This commit is contained in:
Drew Galbraith 2023-06-26 08:41:44 -07:00
parent 7989c9d616
commit 5fb9fa6ae6
8 changed files with 74 additions and 42 deletions

View file

@ -8,6 +8,7 @@ add_library(mammoth_lib STATIC
src/new.cpp
src/process.cpp
src/port.cpp
src/port_server.cpp
src/thread.cpp
)