shmqueue.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
shmwrap.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
shmqueue.go
@@ -3,7 +3,7 @@ import ( "context" "fmt" "github.com/gen2brain/shm" shm "basic.com/valib/goshm.git" "reflect" "runtime" "sync/atomic" shmwrap.go
@@ -4,7 +4,7 @@ "context" "fmt" "time" "github.com/gen2brain/shm" shm "basic.com/valib/goshm.git" ) const sleepPeriod = time.Duration(5) * time.Millisecond