mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Initial process waiting/waking
Processes can now wait on signals/children/time. There is no clock currently so "time" is just a monotonically increating tick count. Added a SLEEP syscall to test this waiting/waking.
This commit is contained in:
@@ -11,6 +11,7 @@ enum class syscall : uint64_t
|
||||
debug,
|
||||
message,
|
||||
pause,
|
||||
sleep,
|
||||
|
||||
last_syscall
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user