[MLton] Stack size?

Wesley W. Terpstra wesley@terpstra.ca
Fri, 8 Jul 2005 16:47:19 +0200


On Fri, Jul 08, 2005 at 04:08:07PM +0200, Wesley W. Terpstra wrote:
> I'm trying to figure out how best to use epoll&kqueue in MLton atm

Ok, the fact that Socket.sock_desc = PosixPrimitive.file_desc = datatype
makes it a real pain to squeeze the file descriptor out to the FFI.
Is there some sort of 'best practice' for doing this outside of the basis?

Or should I simply lobby to have epoll and kqueue exposed in yet another
MLton.YourSyscallHere?

-- 
Wesley W. Terpstra