Exemplo n.º 1
0
 /**
  * "Dual stack" compatibility mechanism. Allows {@link Tube} to be invoked from a {@link Pipe}.
  */
 public Packet process(Packet p) {
   return Fiber.current().runSync(this, p);
 }