Skip to content

Instantly share code, notes, and snippets.

@renestein
Created June 2, 2014 17:07
Show Gist options
  • Save renestein/d07536d79836dd1fe108 to your computer and use it in GitHub Desktop.
Save renestein/d07536d79836dd1fe108 to your computer and use it in GitHub Desktop.
public virtual int Poll()
{
checkIfDisposed();
return runTasks(withoutCancelToken());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment