Skip to content
Oleksandr Bretsko edited this page Dec 27, 2020 · 1 revision

Types

  • AsyncTimer: The timer can be used to execute periodically provided block on any queue (main, private). It allows scheduling resume, suspend and restart operations in future (at specific date, or after given elapsed time) It also supports loop mode, in which it will restart after a given interval It can be in 2 states - running and suspended
  • TimerState

Protocols

Clone this wiki locally