Ejemplo n.º 1
0
 public static (Stamp, Stamp) Sync(this Stamp source, Stamp other)
 {
     return(source.Join(other).Fork());
 }
Ejemplo n.º 2
0
 public static Stamp Receive(this Stamp source, Stamp other)
 {
     return(source.Join(other).Event());
 }