Next: , Previous: , Up: bytevector compounds   [Index]


28.3 Queue programming interface

The following bindings are exported by the library (vicare containers bytevector-compounds).

Function: bytevector-compound-enqueue! bvcom item

Enqueue the bytevector item into bvcom. Return unspecified values.

Function: bytevector-compound-dequeue! bvcom

Dequeue the next bytevector from bvcom and return it; return #f if bvcom is empty.