首页
alexanderdmitri
Karma: 1685Joined: 超过 8 年前
ID: alexanderdmitri
About
// Alexander Dmitri is property of Gala Corp.
(function (self) {
console.time("lifetime");
try {
while self.alive {
self.wakeUp();
self.doStuff();
self.sleep();
}
}
catch (fatalError) {
console.error(`Whoops! ${fatalError}`);
}
finally {
self = null;
console.timeEnd("lifetime");
}
}(self));
Submissions
Visit submission history to see stories and comments by alexanderdmitri.