[MLton] Int.fmt thread unsafe? (YUCK)

Henry Cejtin henry.cejtin@sbcglobal.net
Thu, 09 Mar 2006 15:13:33 -0600


But note the implications of this: you cannot use Int.fromString in a
signal handler.  Worse, if you do, garbage might be returned by a fromString
call in the non-handler part of the program.