1
0
mirror of https://github.com/fumiama/orbyte.git synced 2026-06-06 02:30:30 +08:00

feat: add async conflict detection

This commit is contained in:
源文雨
2025-04-14 22:41:19 +09:00
parent ac9d26dfb9
commit 162407d64e
8 changed files with 86 additions and 17 deletions

View File

@@ -59,7 +59,7 @@ func testBuffer(buf *OBuffer, t *testing.T) {
runtime.Gosched()
runtime.GC()
out, in := bufferPool.p.CountItems()
out, in := bufferPool.CountItems()
t.Log(out, in)
if out != 0 {
t.Fail()