Timers and Signal handling

Time and Timers

  • runtime integration, don't use thread::sleep, etc.
  • std Instant and Duration
  • sleep
  • interval
  • timeout

Signal handling

  • what is signal handling and why is it an async issue?
  • very OS specific
  • see Tokio docs