Skip to content

Instantly share code, notes, and snippets.

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