On Mon, 31 Oct 2016, Henrik Bengtsson wrote:
Thank you for looking into this Luke.
On Thu, Oct 27, 2016 at 9:26 AM, wrote:
On unix, unless event polling is enabled Sys.sleep just waits in a
select() call (with a SIGINT handler in place) so the elapsed time
isn't checked until after the selec
I seem to recall reading that for primitive generics, S3 will dispatch
on class first, then on mode. Unfortunately, I can't find the place
that I read this, and I don't trust my memory.
1) Is this correct? Or is it dispatch on class, then on typeof? Or
something else?
2) Where is this documente