Class NativeServerLoop

java.lang.Object
org.apache.tvm.rpc.NativeServerLoop
All Implemented Interfaces:
Runnable

public class NativeServerLoop extends Object implements Runnable
Call native ServerLoop on socket file descriptor.
  • Constructor Details

    • NativeServerLoop

      public NativeServerLoop(Function fsend, Function frecv)
      Constructor for NativeServerLoop.
      Parameters:
      fsend - socket.send function.
      frecv - socket.recv function.
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable