libcml-smlnj

Concurrent ml extension of sml
  http://www.smlnj.org/
  0
  no reviews



An sml library for message-passing concurrency. this library adds threading support to sml. each thread is then manually executed by running a separate function, rather than being called directly by the top-level sml loop.