[MLton] getrusage and times?

Stephen Weeks MLton@mlton.org
Thu, 14 Jul 2005 19:18:49 -0700


> Re the fcntl's to set O_NONBLOCK, I remember talking about this and being
> worried because of the fact that file descriptors might be shared (via dup,
> dup2 or fork), but other than that, the basis library could remember the mode
> it left the socket in.  Does it do that?

Nope.  It sets it and clears it every time.