solve 'edge' case and pass cancellation token
This commit is contained in:
parent
0472bfe58e
commit
d3dfdd6a74
15 changed files with 208 additions and 551 deletions
|
|
@ -5,6 +5,8 @@ public interface IBuffer<T> : IDisposable where T : unmanaged
|
|||
ref T this[int index] { get; }
|
||||
|
||||
Span<T> Span { get; }
|
||||
|
||||
Memory<T> Memory { get; }
|
||||
|
||||
int Length { get; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue