>The new callout implementation (CR 6565503 and others thru 6789031) >fixes these problems. poll(10 msec) returns in 10 msec. The minimum >timeout is still one tick, so to get shorter timeouts, you must set >hires_tick.
Just to be really sure: poll(10ms) now returns in 10ms and NOT in the interval [10ms .. 20ms)? Casper