Skip to content

Commit b2438e4

Browse files
committed
concurrent worklow example
1 parent 509f444 commit b2438e4

3 files changed

Lines changed: 721 additions & 137 deletions

File tree

CONCURRENT_WORKFLOW.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ path = "examples/workflow_simple.rs"
3838
name = "workflow_book_prepositions"
3939
path = "examples/workflow_book_prepositions.rs"
4040

41+
[[example]]
42+
name = "workflow_concurrent_book_prepositions"
43+
path = "examples/workflow_concurrent_book_prepositions.rs"
44+
4145
[[example]]
4246
name = "workflow_negotiation"
4347
path = "examples/workflow_negotiation.rs"

0 commit comments

Comments
 (0)