Learn R Programming

filehash (version 2.2-2)

queue-class: Class "queue"

Description

A queue implementation using a filehash database

Arguments

Objects from the Class

Objects can be created by calls of the form new("queue", ...) or by calling createQ. Existing queues can be initialized with initQ.

Examples

Run this code
showClass("queue")

Run the code above in your browser using DataLab