crew_queue | R Documentation |
crew
queue object.Create an R6
crew
queue object.
crew_queue(data = character(0L), step = 1000L)
data |
Character vector of initial queue data. |
step |
Positive integer with the number of elements to extend the
queue on each call to the |
A crew
queue is a classical first-in-first-out data structure
that extends itself in chunks (of size step
) to avoid
overhead.
crew
uses queues to efficiently track the names of resolved
tasks and backlogged tasks.
A queue object.
Other queue:
crew_class_queue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.