Skip to content

Instantly share code, notes, and snippets.

GetPeriodicTimer with a few actions, won't compile
// wrong, will NOT compile
var oneSecondTimer =
GetPeriodicTimer(
1.Seconds(),
MyActionMethod1 + MyActionMethod2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment