powered by
Check if an object inherits from locker_stream
is.locker_stream(x)
Logical value indicating if x inherits from locker_stream.
x
locker_stream
An object.
x <- new_stream(2, locker = temp_ds("locker-stream-example")) is.locker_stream(x)
Run the code above in your browser using DataLab