Challenge: Robust enumeration over external code

Ayende @ Rahien Here is an interesting little problem: public class Program { private static void Main() { foreach (int i in RobustEnumerating(Enumerable.Range(0, 10), FaultyFunc)) { Console.WriteLine(i); } } public static IEnumerable<T>... [full post]
writer Ayende Rahien

c#

views
24
upvote
0
downvote
0
rating
0
comments
96
[03 Mar 2010 20:54 PM]