More object-oriented

This commit is contained in:
Greg Fitzgerald
2018-05-12 00:19:12 -06:00
parent 73abea088a
commit b4ca414492
3 changed files with 8 additions and 9 deletions

View File

@@ -130,8 +130,7 @@ fn main() {
serve_sock.local_addr().unwrap(),
);
eprintln!("starting server...");
let threads = Tpu::serve(
&tpu,
let threads = tpu.serve(
d,
serve_sock,
events_sock,