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