sdk-php
sdk-php copied to clipboard
Workflow-friendly concurrency control
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.
I think we got the task, but is there any good sample we can wrap test around?