Skip to content

0.9.0

Compare
Choose a tag to compare
@thedmi thedmi released this 09 Feb 20:06
· 99 commits to master since this release
3d7abe1

Changed

  • ITimerService.StartNew() renamed to StartSingleShot() to make clear that timers are single-shot timers (breaking change).

    Other than the rename, the signature and functionality of the method remains unchanged. So just update the method name in calls when updating.