diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-10 21:03:10 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:30 +0100 |
| commit | d6d58b0eb88242cf63724e1420bd29f8a4489916 (patch) | |
| tree | d797b67b381947cc375d9c89cdc15d0cc98dee1a /ci/expected | |
| parent | cd790a94286cdc307d399b7f7a43e305e90de5bf (diff) | |
Async tasks can now take arguments at spawn again
Diffstat (limited to 'ci/expected')
| -rw-r--r-- | ci/expected/async-task.run | 1 |
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 |
