package
0.0.0-20241019035157-984355d60e10
Repository: https://github.com/taonic/my-samples-go.git
Documentation: pkg.go.dev
# README
Based on the below scenario: https://community.temporal.io/t/mutex-workflow-and-how-to-track-workflow-that-have-requested-lock/12983
Steps to run this sample:
- Run a Temporal service.
- Run the following command to start the worker
go run mutex/worker/main.go
- Run the following command to start the example
go run mutex/starter/main.go