2
Answers

can i get a tiny time interval like 0.01 ms?

Eric

Eric

16y
3.7k
1

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)