with a value between ]0;25ms]. But I'm getting strange offsets in what
should be a continuous heartbeat.
The docs talk about :
+ (id)dateWithTimeIntervalSinceNow:(NSTimeInterval)seconds
NSTimeInterval being a double, I assumed I could pass miliseconds,
or even microseconds. Does it actually round the parameter to the
nearest
second ?
If this is the case, which is the best way to sleep an NSThread less
than 1 sec
without rewriting the code to use some other kind of threading
mechanism ?
(I really like the one-line call to launch it and manage it !)
thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden