Created
June 2, 2011 02:21
-
-
Save colin-haber/1003796 to your computer and use it in GitHub Desktop.
unnable Why You No Work
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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