Skip to content

Instantly share code, notes, and snippets.

@colin-haber
Created June 2, 2011 02:21
Show Gist options
  • Select an option

  • Save colin-haber/1003796 to your computer and use it in GitHub Desktop.

Select an option

Save colin-haber/1003796 to your computer and use it in GitHub Desktop.
unnable Why You No Work
//This works.
new ServerHandler(WorldServer.this, WorldServer.this.listener.accept());
//This does not.
new ServerHandler(WorldServer.this, WorldServer.this.listener.accept()).start();
//Yes, ServerHandler implements Runnable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment