Subject: | Enhancement Request: Allow delay values < 1 second using Time::HiRes |
I'm developing some real-time code that needs this file locking functionality, however, if the file is locked, I need it to retry ~10 times in under a second, so like a 50 MS sleep is required. This can be achieved by using Time::HiRes and usleep. You can probably keep your user interface by allowing a floating-point value for -delay.
Thanks for considering my enhancement!