5 ms·
> Remind me to call my wife before I leave work Might be implemented as: while (get_location() == work) { sleep(1min); } go_back_in_time(10min); trigger
by nene 15y ago
> Remind me to call my wife before I leave work
Might be implemented as:
while (get_location() == work) {
sleep(1min);
}
go_back_in_time(10min);
trigger_reminder();
- redthrowaway 15y ago>go_back_in_time(10min); time.h certainly got a lot more features since the last time I used it...