create_job_queue: Create a Job Queue

View source: R/jobqueue.R

create_job_queueR Documentation

Create a Job Queue

Description

Create a job queue and return a job queue object

Usage

create_job_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

The queue will be created as a subdirectory named qfile under the current working directory

Value

an object of class "job_queue" (invisibly) fet


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