We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IntelliHome::Workers::SocketListener - it represent a blocking socket
This Object represent a listening socket with a defined Worker to pass the socket response to be processed
launch()
Start listening
Worker()
The defined worker that will be called on receiving a connection, process() would be called on that object with the socket as argument
process()