[MLton] Multicore CPU's and MLton

Stephen Weeks MLton@mlton.org
Tue, 5 Jul 2005 23:15:33 -0700


> You have a set of threads .. how is the one to execute determined?

Up to the user.  See http://mlton.org/MLtonThread

  MLton.Thread does not include a default scheduling mechanism, but it
  can be used to implement both preemptive and non-preemptive threads.