Skip to content

Instantly share code, notes, and snippets.

@cyberzed
Created January 8, 2012 19:59
Show Gist options
  • Select an option

  • Save cyberzed/1579481 to your computer and use it in GitHub Desktop.

Select an option

Save cyberzed/1579481 to your computer and use it in GitHub Desktop.
var observable = Enumerable.Range(0, 10).ToObservable();
observable.Subscribe(Console.WriteLine, () => Console.WriteLine("Complete"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment