Sha256: a6e13b14c03bdfebbba690c958be307df7c651b59d64afbd6a47ab577e9adb0f
Contents?: true
Size: 200 Bytes
Versions: 14
Compression:
Stored size: 200 Bytes
Contents
module SidekiqUniqueJobs module Lock class UntilExecuting < UntilExecuted def execute(callback, &_block) callback.call if unlock(:server) yield end end end end
Version data entries
14 entries across 14 versions & 1 rubygems