Skip to content

Instantly share code, notes, and snippets.

@picatz
Created July 8, 2017 23:35
Show Gist options
  • Save picatz/e368b4c6d77f3ffc75c355d5199f635d to your computer and use it in GitHub Desktop.
Save picatz/e368b4c6d77f3ffc75c355d5199f635d to your computer and use it in GitHub Desktop.
Thread Pool'd Port Scanner End of Operation Class
require 'socket'
require 'thread'
# Class to signal end of operation for job queue.
class EndOfOp ; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment