Skip to content

Instantly share code, notes, and snippets.

@i3arnon
Created October 6, 2015 21:01
Show Gist options
  • Save i3arnon/ca0dae0adf19c34791c4 to your computer and use it in GitHub Desktop.
Save i3arnon/ca0dae0adf19c34791c4 to your computer and use it in GitHub Desktop.
CollectiveTimer usage
var collectiveTimer = new CollectiveTimer<CancellationTokenSource>(
cts => cts.Cancel(),
TimeSpan.FromMilliseconds(200),
cancellationToken);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment