dangerous release (possibly memory leak and deadlock)
This commit is contained in:
parent
a1cb6592eb
commit
741d34a5e0
10 changed files with 164 additions and 115 deletions
|
|
@ -5,4 +5,6 @@ public interface IBuffer<T> : IDisposable where T : unmanaged
|
|||
ref T this[int index] { get; }
|
||||
|
||||
Span<T> Span { get; }
|
||||
|
||||
int Length { get; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue