chore: continue porting code and adding test coverage
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace StevesBot.Worker.Threading;
|
||||
|
||||
internal interface IAsyncLock : IDisposable
|
||||
{
|
||||
Task<IDisposable> LockAsync(CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user