is.locker_stream {mrgsim.parallel} | R Documentation |
Check if an object inherits from locker_stream
is.locker_stream(x)
x |
An object. |
Logical value indicating if x
inherits from locker_stream
.
x <- new_stream(2, locker = temp_ds("locker-stream-example"))
is.locker_stream(x)