Less than 1 Millisecond Timing

How can I run code at an interval of less than one millisecond? The Ti Lua API only allows me to use the timer event at an interval of greater than 10 milliseconds, or the timer.getMilliSecCounter() function which is still not a small enough interval.