Shalom
DisposingScope(parentDisposable).launch { delay(1.minutes) ... }
public inline val Int.minutes get() = toDuration(DurationUnit.MINUTES)
Youssef Shoaib [MOD]
A modern programming language that makes developers happier.