A typescript decorator to make concurrent calls on target instance method execute sequentially
Parameters
Default value group: string = ""
The identifier to group different methods.
Methods in the same group are guaranteed to execute sequentially.
This can be used to simulate a read write lock
A typescript decorator to make concurrent calls on target instance method execute sequentially