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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user