mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 11:22:57 +00:00
These only exist to ferry data into a Process instance and end up going out of scope quite early. Because of this, we can just make it a plain struct for holding things and just std::move it into the relevant function. There's no need to make this inherit from the kernel's Object type.