should be set to true in
case you want flatMap driven loops to be
auto-cancelable. Defaults to true.
should be set to true in
case you want the Local
variables to be propagated on async boundaries.
Defaults to false.
should be set to true in
case you want flatMap driven loops to be
auto-cancelable.
should be set to true in
case you want flatMap driven loops to be
auto-cancelable. Defaults to true.
Creates a new set of options from the source, but with
the autoCancelableRunLoops value set to false.
Creates a new set of options from the source, but with
the localContextPropagation value set to false.
Creates a new set of options from the source, but with
the autoCancelableRunLoops value set to true.
Creates a new set of options from the source, but with
the localContextPropagation value set to true.
should be set to true in
case you want the Local
variables to be propagated on async boundaries.
should be set to true in
case you want the Local
variables to be propagated on async boundaries.
Defaults to false.
Enhances the options set with the features of the underlying Scheduler.
Enhances the options set with the features of the underlying Scheduler.
This enables for example the Options.localContextPropagation
in case the Scheduler is a
TracingScheduler.
Set of options for customizing the task's behavior.
See Task.defaultOptions for the default
Optionsinstance used by Task.runAsync or Task.runToFuture.should be set to
truein case you wantflatMapdriven loops to be auto-cancelable. Defaults totrue.should be set to
truein case you want the Local variables to be propagated on async boundaries. Defaults tofalse.