Eric

Eric

  • NA
  • 13
  • 0

can i get a tiny time interval like 0.01 ms?

Jan 25 2008 10:24 AM

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)