2
Reply

can i get a tiny time interval like 0.01 ms?

Eric

Eric

Jan 25 2008 10:24 AM
3.7k

for some reason i need to ping every 0.01milli-second, but thread.sleep() or timer wont be able to do it, since sleep() only takes int, which means 1 milli-second or 0, and timer only takes 0 or 15.6247 milli-seconds.

any help? thanks~


Answers (2)