- Belgium
- https://www.rustybever.be
-
Computer science student from Belgium who loves playing around with servers.
- Joined on
2021-03-28
Also maintain mirror of vlang/vc
Add configurable cron schedule
import time
import sync.stdatomic
fn tlog(msg string) {
println('${time.now().format_ss_micro()}
Add configurable cron schedule
Apparently there's no function for only checking whether a thread has finished; you can only wait. Perhaps we could use a shared object instead that each thread then updates whenever it's done…
Add configurable cron schedule
To schedule jobs & periodically update the API, I have the following algorithm in mind:
We add a configuration variable api_update_frequency or something that defines how often the API should…