Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Document looping_call() functionality that will wait for the given function to finish before scheduling another #15772

Merged
merged 3 commits into from
Jun 13, 2023

Commits on Jun 12, 2023

  1. looping_call() will wait for the given function to finish before sc…

    …heduling another
    
    Thanks to @erikjohnston for clarifying, #15743 (comment)
    
    We don't have to worry about calls stacking up if the given function takes longer than the scheduled time.
    MadLittleMods committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ec2c17d View commit details
    Browse the repository at this point in the history
  2. Add changelog

    MadLittleMods committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d5c0363 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    c293182 View commit details
    Browse the repository at this point in the history