while(isAlive() && !isRetired()) {
try {
while(timeOfDay() < endOfShift()) doWork();
}catch(SickException e) {
sleep(86400000);
}catch(VacationException e) {
doVacation();
}catch(Exception e) {
recover(e);
}
}
while(isAlive()) /* do nothing */ relax();
😅
Heatwave!
If I strike you as upset, it is more likely a frustration of trying to communicate without writing code.
- Austria
Popular repositories Loading
-
-
-
lumberyard
lumberyard PublicForked from aws/lumberyard
Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
C++
-
neo-ConfuserEx
neo-ConfuserEx PublicForked from XenocodeRCE/neo-ConfuserEx
Updated ConfuserEX, an open-source, free obfuscator for .NET applications
C#
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.