mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-07 05:19:17 +00:00
Implemented sleep for threads🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
This commit is contained in:
@ -35,6 +35,8 @@ namespace Time
|
||||
|
||||
public:
|
||||
void Sleep(uint64_t Milliseconds);
|
||||
uint64_t GetCounter();
|
||||
uint64_t CalculateTarget(uint64_t Milliseconds);
|
||||
time(void *acpi);
|
||||
~time();
|
||||
};
|
||||
|
Reference in New Issue
Block a user