We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be50902 commit 1e3c6fdCopy full SHA for 1e3c6fd
Samples/AsyncWorker/README.md
@@ -0,0 +1,7 @@
1
+# AsyncWorker
2
+
3
+Demonstrates how to create a `WorkflowConcurrency` async `Worker`.
4
5
+This is an example of how you would create a closure based network request from within the async function of a `WorkflowConcurrency` `Worker`.
6
7
+`AsyncWorkerWorkflow.swift` contains the `Worker` implementation.
0 commit comments