Learn R Programming

mrgsim.parallel (version 0.3.0)

is.locker_stream: Check if an object inherits from locker_stream

Description

Check if an object inherits from locker_stream

Usage

is.locker_stream(x)

Value

Logical value indicating if x inherits from locker_stream.

Arguments

x

An object.

Examples

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

Run the code above in your browser using DataLab