is.locker_stream: Check if an object inherits from locker_stream

View source: R/stream.R

is.locker_streamR Documentation

Check if an object inherits from locker_stream

Description

Check if an object inherits from locker_stream

Usage

is.locker_stream(x)

Arguments

x

An object.

Value

Logical value indicating if x inherits from locker_stream.

Examples

x <- new_stream(2, locker = temp_ds("locker-stream-example"))
is.locker_stream(x)


mrgsim.parallel documentation built on March 18, 2022, 7:52 p.m.