timeDistribution

context(timeDistribution: TimeDistribution<T>)
open val timeDistribution: TimeDistribution<T>

Provides access to the current TimeDistribution context receiver.

This property mainly exists to allow explicit access to the time distribution from within nested DSL blocks, without having to refer to the context receiver name directly.