Closed acammack-r7 closed 7 years ago
Also fix constant style
./bin/console
require 'rex/sync/thread_safe'
Rex::ThreadSafe.sleep(0)
Rex::ThreadSafe.sleep(0.2)
Thanks @acammack-r7, awesome and awful.
Also fix constant style
Verification
./bin/console
require 'rex/sync/thread_safe'
Rex::ThreadSafe.sleep(0)
should be shorter thanRex::ThreadSafe.sleep(0.2)