cadence-client
cadence-client copied to clipboard
Standard lock abstraction for workflows
It's a common requirement that various workflow threads want to use lock/mutex to protect critical sections. Right now user needs to implement this logic with future or await. We should consider provide workflow equivalent of the golang "sync" package from the library.