Example #1
0
 public static IStrongListener Listen <T>(this Stream <T> s, Action <T> handler) => s.ListenImpl(handler);