Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // stop the joiner from running
  2. if(this.joinerThread != null){
  3. this.joiner.stop();
  4. this.joiner = null;
  5. this.joinerThread.interrupt();
  6. this.joinerThread = null;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement