sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Workflow-friendly concurrency control

Open drewhoskins-temporal opened this issue 1 year ago • 0 comments

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.

drewhoskins-temporal avatar Jun 18 '24 17:06 drewhoskins-temporal