Skip to content

Commit

Permalink
Update FasterLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Nov 27, 2019
1 parent 6e7f6c7 commit 711f0bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cs/FasterLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ bool GetNext(MemoryPool<byte> pool, out IMemoryOwner<byte> entry, out int entryL
async ValueTask WaitAsync()

// IAsyncEnumerable interface to FasterLogScanIterator
async IAsyncEnumerable<(byte[], int)> GetAsyncEnumerable()
async IAsyncEnumerable<(IMemoryOwner<byte>, int)> GetAsyncEnumerable(MemoryPool<byte> pool)
async IAsyncEnumerable<(byte[], int, long)> GetAsyncEnumerable()
async IAsyncEnumerable<(IMemoryOwner<byte>, int, long)> GetAsyncEnumerable(MemoryPool<byte> pool)

// Random read
Expand Down

0 comments on commit 711f0bf

Please sign in to comment.