Introduction

Tutorials

Interfaces


API Reference

public Loopparametric type

Loop{T<:AbstractSchedule, S<:Integer} <: AbstractSchedule
Loop(;f, period)

Create a schedule that loops f every period iterations. Note that f must be a subtype of AbstractSchedule. To loop arbitrary functions, wrap them in Lambda.

Arguments

  • f::AbstractSchedule: the schedule to loop
  • period::Integer: how often to loop