init_queue: Initialize a queue

View source: R/queue.R

init_queueR Documentation

Initialize a queue

Description

Initialize an existing queue created by create_queue

Usage

init_queue(qfile, mapsize = 2^30, ...)

Arguments

qfile

the name of the queue

mapsize

size of the map for LMDB database

...

other arguments to be passed to mdb_env

Details

qfile should be a subdirectory under the current working directory

Value

an object of class "queue"


rdpeng/queue documentation built on June 9, 2022, 11:27 a.m.