than_
Schedule.identity<Boolean>().delay { Duration.minutes(15) }.whileOutput(::identity)
simon.vergauwen
Schedule.spaced<Boolean>(Duration.minutes(15)).whileOutput(::identity)
delay
A modern programming language that makes developers happier.