Add archive helpers and harden task runtime

This commit is contained in:
udo
2026-05-21 00:00:23 +00:00
parent 9f7625c7fd
commit 02e153a6a7
71 changed files with 12817 additions and 305 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ RENDER(Request& context)
<pre style="white-space: pre-wrap"><?
print("New Task ID: ", task_repeat("example-task", 5, []() {
print("New Task ID: ", task_repeat(task_name, 5, []() {
sleep(1);