This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
hilbert-os/applications/goldman/source/socket.hpp

5 lines
120 B
C++

#pragma once
#include <euler/syscall.hpp>
[[noreturn]] void socket_thread_main(euler::syscall::stream_handle socket);