pattern icon indicating copy to clipboard operation
pattern copied to clipboard

Services shouls allow passing a block

Open akostadinov opened this issue 2 years ago • 0 comments

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.

akostadinov avatar Jun 05 '23 18:06 akostadinov