Versions in this module Expand all Collapse all v0 v0.0.3 Apr 5, 2026 v0.0.2 Jan 24, 2026 v0.0.1 Jan 24, 2026 Changes in this version + func ReleaseData(r *Data) + type Data struct + Data []byte + Err error + func NewData() *Data + type IOQueue struct + C chan *Data + func New() *IOQueue + func (q *IOQueue) Close() + func (q *IOQueue) SignalWantsClose() + func (q *IOQueue) State() (closed, wantsClose bool)