class TP2::Server

def initialize(machine, opts, &app)

def initialize(machine, opts, &app)
  @machine = machine
  @opts = opts
  @app = app || app_from_opts
  @server_fds = []
  @accept_fibers = []
end