temporalio / sdk-dotnet

Temporal .NET SDK
MIT License
375 stars 30 forks source link

[Feature Request] Add Temporalio.Workflows.Mutex as thin facade over single-count Temporalio.Workflows.Semaphore #297

Closed cretz closed 2 months ago

cretz commented 2 months ago

Describe the solution you'd like

Add Temporalio.Workflows.Mutex as thin facade over single-count Temporalio.Workflows.Semaphore. Maybe add methods/overloads to match the existing threading mutex method names (WaitOne and ReleaseMutex).