Companion
Functions
Link copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
fun defineIntersection(lifetime1: Lifetime, lifetime2: Lifetime): LifetimeDefinition
Content copied to clipboard
Creates an intersection of some lifetimes: new lifetime that terminate when either one terminates. Created lifetime inherits the smallest terminationTimeoutKind
Link copied to clipboard
fun getTerminationTimeoutMs(timeoutKind: LifetimeTerminationTimeoutKind): Long
Content copied to clipboard
Gets the actual value in milliseconds for termination timeout kind (short, long, etc).
Link copied to clipboard
Creates an intersection of some lifetimes: new lifetime that terminate when either one terminates. Created lifetime inherits the smallest terminationTimeoutKind
Link copied to clipboard
fun setTerminationTimeoutMs(timeoutKind: LifetimeTerminationTimeoutKind, milliseconds: Long)
Content copied to clipboard
Sets the actual value in milliseconds for termination timeout kind (short, long, etc).