[MLton-user] Does GC always trigger MLtonFinalizable?

Henry Cejtin henry.cejtin at sbcglobal.net
Fri Feb 16 10:06:18 PST 2007


A full GC is quite expensive so I wouldn't use MLton.GC.collect as the only way
to close the database.  You could use finalizers to do the close if needed,
but normally just do the close by hand.



More information about the MLton-user mailing list