Skip to content

Commit 1e3c6fd

Browse files
committed
Added README.md for AsyncWorker.
1 parent be50902 commit 1e3c6fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Samples/AsyncWorker/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)