Ejemplo n.º 1
0
 public static Awaiter GetAwaiter(this IScope outer)
 {
     return(new Awaiter(outer, Empty.Action()));
 }