This is needed to support locks_agent:async_await_all_locks/1,
to ensure the notification will be correctly sent to the caller.
Note, that this will help to partially mitigate https://github.com/uwiger/locks/issues/30, fixing one of the possible causes, but won't solve the issue entirely, since its the root cause is the locks_leader design specifics.
This is needed to support locks_agent:async_await_all_locks/1, to ensure the notification will be correctly sent to the caller.
Note, that this will help to partially mitigate https://github.com/uwiger/locks/issues/30, fixing one of the possible causes, but won't solve the issue entirely, since its the root cause is the locks_leader design specifics.