Added Schedule()

This commit is contained in:
Alex
2022-11-06 06:04:34 +02:00
parent 971f4b2b27
commit 664cea41a5
4 changed files with 12 additions and 3 deletions

View File

@ -214,6 +214,7 @@ namespace Tasking
#endif
public:
void Schedule();
long GetUsage(int Core) { return 100 - IdleProcess->Info.Usage[Core]; }
/**