temporalio / sdk-dotnet

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

Workflow-friendly concurrency control #281

Closed drewhoskins-temporal closed 1 month ago

drewhoskins-temporal commented 2 months ago

We need a mechanism for concurrency control (mutex/semaphore) that fits with the language but is reentrant and deterministic within workflow coroutines. To be used within signal and update handlers and the main workflow coroutine.

cretz commented 1 month ago

Was solved in #287