rslock icon indicating copy to clipboard operation
rslock copied to clipboard

feat: implement auto-extending `using` API in tokio

Open mehcode opened this issue 8 months ago • 0 comments

Similar to the using API in redlock - https://www.npmjs.com/package/redlock#usage

rl.using("resource", ttl, async || {
  // ...
}).await?;

mehcode avatar Apr 21 '25 00:04 mehcode