diff --git a/_docs_/.buildinfo b/_docs_/.buildinfo deleted file mode 100644 index 429cdcb..0000000 --- a/_docs_/.buildinfo +++ /dev/null @@ -1,4 +0,0 @@ -# Sphinx build info version 1 -# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 46324f91ebc57ad852cf2085852ad2cd -tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_docs_/_downloads/1f4b349fd04a20c080dbbb7745ac37af/unittest.pdf b/_docs_/_downloads/bb4c2a79217a913e45739a98cfffa1e0/unittest.pdf similarity index 100% rename from _docs_/_downloads/1f4b349fd04a20c080dbbb7745ac37af/unittest.pdf rename to _docs_/_downloads/bb4c2a79217a913e45739a98cfffa1e0/unittest.pdf diff --git a/_docs_/_sources/index.rst.txt b/_docs_/_sources/task.rst.txt similarity index 100% rename from _docs_/_sources/index.rst.txt rename to _docs_/_sources/task.rst.txt diff --git a/_docs_/genindex.html b/_docs_/genindex.html index fddd235..7c6d8d9 100644 --- a/_docs_/genindex.html +++ b/_docs_/genindex.html @@ -141,11 +141,11 @@
@@ -207,7 +207,7 @@ module @@ -216,7 +216,7 @@ |
@@ -256,14 +256,14 @@ |
@@ -276,12 +276,12 @@ task |
task
task
Unittest:
-See also the
+unittest
documentation.See also the
unittest
documentation.Module Documentation:
@@ -243,11 +243,11 @@Will result to the following output:
-Cronjob added for Minute: 52, 54 +Cronjob added for Minute: 03, 05 -------------------------------- -time.struct_time(tm_year=2025, tm_mon=8, tm_mday=15, tm_hour=20, tm_min=52, tm_sec=1, tm_wday=4, tm_yday=227, tm_isdst=1) -time.struct_time(tm_year=2025, tm_mon=8, tm_mday=15, tm_hour=20, tm_min=54, tm_sec=0, tm_wday=4, tm_yday=227, tm_isdst=1) +time.struct_time(tm_year=2025, tm_mon=8, tm_mday=17, tm_hour=11, tm_min=3, tm_sec=0, tm_wday=6, tm_yday=229, tm_isdst=1) +time.struct_time(tm_year=2025, tm_mon=8, tm_mday=17, tm_hour=11, tm_min=5, tm_sec=6, tm_wday=6, tm_yday=229, tm_isdst=1)@@ -381,8 +381,8 @@ The given Arguments (
Will result to the following output:
task.delayed example: --------------------- -Fri Aug 15 20:54:55 2025: starting... -Fri Aug 15 20:55:00 2025: A delayed hello! +Sun Aug 17 11:05:40 2025: starting... +Sun Aug 17 11:05:45 2025: A delayed hello!@@ -452,15 +452,15 @@ Fri Aug 15 20:55:00 2025: A delayed hello!
Will result to the following output:
task.periodic example: ---------------------- -Fri Aug 15 20:55:01 2025: starting... -Fri Aug 15 20:55:01 2025: (Task 1) Hello from periodic example! -Fri Aug 15 20:55:03 2025: (Task 2) Hello from periodic example! -Fri Aug 15 20:55:04 2025: (Task 1) Ende! -Fri Aug 15 20:55:05 2025: (Task 3) Hello from periodic example! -Fri Aug 15 20:55:06 2025: (Task 2) Ende! -Fri Aug 15 20:55:07 2025: (Task 4) Hello from periodic example! -Fri Aug 15 20:55:08 2025: (Task 3) Ende! -Fri Aug 15 20:55:09 2025: (Task 5) Hello from periodic example! +Sun Aug 17 11:05:45 2025: starting... +Sun Aug 17 11:05:45 2025: (Task 1) Hello from periodic example! +Sun Aug 17 11:05:47 2025: (Task 2) Hello from periodic example! +Sun Aug 17 11:05:49 2025: (Task 1) Ende! +Sun Aug 17 11:05:49 2025: (Task 3) Hello from periodic example! +Sun Aug 17 11:05:51 2025: (Task 2) Ende! +Sun Aug 17 11:05:51 2025: (Task 4) Hello from periodic example! +Sun Aug 17 11:05:53 2025: (Task 3) Ende! +Sun Aug 17 11:05:53 2025: (Task 5) Hello from periodic example!@@ -535,12 +535,12 @@ Fri Aug 15 20:55:09 2025: (Task 5) Hello from periodic example!
Will result to the following output:
task.queue example: ---------------------- -Fri Aug 15 20:55:20 2025: (Task 1) Hello from queue example (4)! -Fri Aug 15 20:55:24 2025: (Task 1) Ende! -Fri Aug 15 20:55:24 2025: (Task 2) Hello from queue example (5)! -Fri Aug 15 20:55:28 2025: (Task 2) Ende! -Fri Aug 15 20:55:28 2025: (Task 3) Hello from queue example (6)! -Fri Aug 15 20:55:32 2025: (Task 3) Ende! +Sun Aug 17 11:06:05 2025: (Task 1) Hello from queue example (4)! +Sun Aug 17 11:06:09 2025: (Task 1) Ende! +Sun Aug 17 11:06:09 2025: (Task 2) Hello from queue example (5)! +Sun Aug 17 11:06:13 2025: (Task 2) Ende! +Sun Aug 17 11:06:13 2025: (Task 3) Hello from queue example (6)! +Sun Aug 17 11:06:16 2025: (Task 3) Ende!@@ -662,13 +662,13 @@ Fri Aug 15 20:55:32 2025: (Task 3) Ende!
Will result to the following output:
task.threaded_queue example: ------------------------------- -Fri Aug 15 20:55:09 2025: (Task 1) Hello from queue example (4)! -Fri Aug 15 20:55:09 2025: starting... -Fri Aug 15 20:55:13 2025: (Task 1) Ende! -Fri Aug 15 20:55:13 2025: (Task 2) Hello from queue example (5)! -Fri Aug 15 20:55:16 2025: (Task 2) Ende! -Fri Aug 15 20:55:16 2025: (Task 3) Hello from queue example (6)! -Fri Aug 15 20:55:20 2025: (Task 3) Ende! +Sun Aug 17 11:05:53 2025: (Task 1) Hello from queue example (4)! +Sun Aug 17 11:05:53 2025: starting... +Sun Aug 17 11:05:57 2025: (Task 1) Ende! +Sun Aug 17 11:05:57 2025: (Task 2) Hello from queue example (5)! +Sun Aug 17 11:06:01 2025: (Task 2) Ende! +Sun Aug 17 11:06:01 2025: (Task 3) Hello from queue example (6)! +Sun Aug 17 11:06:05 2025: (Task 3) Ende!@@ -757,7 +757,7 @@ Fri Aug 15 20:55:20 2025: (Task 3) Ende!
@@ -792,7 +792,7 @@ Fri Aug 15 20:55:20 2025: (Task 3) Ende!This Page
- - task documentation » + task documentation »