Created
July 8, 2017 23:35
-
-
Save picatz/e368b4c6d77f3ffc75c355d5199f635d to your computer and use it in GitHub Desktop.
Thread Pool'd Port Scanner End of Operation Class
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
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