Cleanup
Removed unneeded functions in main. Renamed stopSignalChannel to just stopChannel and changed that terminology elsehwere in the code also, and used a bool type instead of interface type. Interface is lengthier and creating one is just an extra line of code when a simple true can be put into the channel when done.
Loading
Please register or sign in to comment