Skip to content
/ vqueue Public

Variable queue package for go.

License

Notifications You must be signed in to change notification settings

l4go/vqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l4go/vqueue ライブラリ

goroutine間通信用の可変長キューライブラリーです。
メモリが許す限り拡張するので、読み込み側の一時的な処理遅延による、書き込み側のブロックを極力回避するために使います。