forever<I> static method

Schedule<NoEnv, Never, I, int> forever<I>()

Implementation

static Schedule<NoEnv, Never, I, int> forever<I>() =>
    Schedule._((input, count, lastTick) => ZIO.succeed(count));