Temporarily set options then restore them while running code
Temporarily set options then restore them while running code
.rxWithOptions(ops, code)
ops |
list of options that will be temporarily set for the
|
code |
The code to run during the sink |
value of code
.rxWithOptions(list(digits=21), { print(pi) }) print(pi)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.