powered by
Closes the buffer and releases the underlying shared memory.
buffer_close(x, unlink = NULL)
NULL, invisibly.
NULL
A shard_buffer object.
Whether to unlink the underlying segment.
# \donttest{ buf <- buffer("double", dim = 10) buffer_close(buf) # }
Run the code above in your browser using DataLab