aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-10 21:03:10 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:30 +0100
commitd6d58b0eb88242cf63724e1420bd29f8a4489916 (patch)
treed797b67b381947cc375d9c89cdc15d0cc98dee1a /ci
parentcd790a94286cdc307d399b7f7a43e305e90de5bf (diff)
Async tasks can now take arguments at spawn again
Diffstat (limited to 'ci')
-rw-r--r--ci/expected/async-task.run1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/expected/async-task.run b/ci/expected/async-task.run
index 6787fa8..1f93a4c 100644
--- a/ci/expected/async-task.run
+++ b/ci/expected/async-task.run
@@ -1,4 +1,5 @@
init
hello from async2
hello from async
+hello from async with args a: 1, b: 2
idle