chore: port over events and update converter to handle them
This commit is contained in:
@@ -7,6 +7,8 @@ internal sealed class LockReleaser : IDisposable
|
||||
|
||||
public LockReleaser(SemaphoreSlim semaphore)
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(semaphore);
|
||||
|
||||
_semaphore = semaphore;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user