Open akostadinov opened 1 year ago
Hello, would be useful to allow services to accept a block
service = Synchronization::NowaitLockService.call("my_lock_key", timeout: 25000) { sleep 10 }
Presently block passed is ignored.
Hello, would be useful to allow services to accept a block
Presently block passed is ignored.