package
0.0.0-20241019035157-984355d60e10
Repository: https://github.com/taonic/my-samples-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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:

  1. Run a Temporal service.
  2. Run the following command to start the worker
go run mutex/worker/main.go
  1. Run the following command to start the example
go run mutex/starter/main.go