Example #1
0
 public static IWeakListener ListenWeak <T>(this Stream <T> s, Action <T> handler) => s.ListenWeakImpl(handler);