Skip to content
Snippets Groups Projects
  1. Mar 24, 2022
  2. Mar 23, 2022
    • eta's avatar
      Implement a periodic task scheduler, and a basic dormant mode · 1ca79ff9
      eta authored
      This is a revised version of !397; it implements a scheduling system for
      periodic tasks that can be externally controlled, and then uses the
      external control aspect to implement a basic dormant mode (#90).
      
      More technically, the scheduling system consists of a `Stream` that
      periodic tasks are expected to embed in a `while` loop or similar, a
      way for tasks themselves to choose how long to wait until the stream
      next yields a result, and a handle to control this outside of the task.
      1ca79ff9
  3. Mar 21, 2022
  4. Mar 18, 2022
Loading